Zmodem

Zmodem

Joined
Oct 24, 2003
Occupation
Freelance Web Designer & Graphic Artist
Location
California
Website
Interests
Building custom PCs, troubleshooting PCs, Web Design, Graphic Design

Activity Stream

Zmodem liked Hawkee's Thread  -  Nov 06, 2013
Zmodem commented on a Comment, $getdec() bin to dec conversion  -  Nov 06, 2013
Zmodem commented on a Comment, $getdec() bin to dec conversion  -  Nov 05, 2013
Zmodem created a Page  -  Nov 02, 2013
152 

Synopsis: $getdec()

  1 Thread   mIRC  
Zmodem liked a Comment, Hawkee  -  Aug 30, 2013
Zmodem liked a Comment, Hawkee  -  Aug 28, 2013
Zmodem commented on Hawkee's Thread  -  Aug 28, 2013
Zmodem commented on Hawkee's Thread  -  Aug 25, 2013
Zmodem commented on Hawkee's Thread  -  Aug 25, 2013
Zmodem commented on Hawkee's Thread  -  Aug 23, 2013
Zmodem   -  Sep 18, 2011

@Hawkee Hey, Hawkee, was just wonderin, is the forum software phpBB?

Edit: Nevermind, obviously noticed the '/phpBB2/' in the URL ;-)

 Respond  
Zmodem commented on a Page, DCC Killer  -  May 27, 2011

Hey guys, thanks for the kind words :) I'm working on something new and I hope to be done with it soon. I'm brainstorming some new ideas, so whatever you may want to see done, post to my wall http://www.hawkee.com/profile/805/. Thanks, again!

 Respond  
Zmodem commented on a Page, 3D text  -  May 12, 2011

You may be using another addon/snippet/script loaded that is also doing something with the ON INPUT events. Make sure you don't have any themes loaded, like MTS, or the like. Make sure the only script loaded is this one.

 Respond  
Zmodem commented on a Page, DCC Killer  -  May 12, 2011

Hey, napa, thanks a lot :) It's been quite some time, actually. Where are we hanging out, irc-wise, these days?

 Respond  
Zmodem commented on a Page, 3D text  -  May 12, 2011

I'd actually prefer yours, Jethro_, the most :) Tokens always slip my mind haha.

 Respond  
Zmodem liked a Comment, 3D text  -  May 12, 2011
Zmodem created a Page  -  May 12, 2011
1 344 

DCC Killer is a simple, yet effective, snippet that provides users with the ability to block Dcc Sends & Chats from other users. It comes built with an optional friends list and log feature.

Zmodem commented on a Page, 3D text  -  May 12, 2011

You don't need the 'goto skipper' or the :skipper jump point. Example:

Instead of this:

if ($left($1,1) == /) || ($left($1,1) == !) || ($left($1,1) == .) { goto skipper }

Use this:

if ($left($1,1) == /) || ($left($1,1) == !) || ($left($1,1) == .) { return }

The 'return' alias allows you to exit out of a function without halting things, only skipping the rest of the code if the if-then-else statement is TRUE. Enjoy! :)

 Respond  
Zmodem commented on a Page, ban on certain words  -  May 11, 2011

Why not make an INI file that allows you to add the words to? This will make adding TONS of words easier. So, in an ini file, you have it laid out as:

[words]
badword=kick
badderword=kick,ban

Etc. You could set the option to kick and ban the users, just kick, warn, etc, depending on the level. Then, all you need is a loop to scan and make sure that the word is not in the file. You would want to load the INI into an active hash so that way scanning is easier. Anyways, just my 2 cents ;)

 Respond  
Zmodem commented on a Page, 3D text  -  May 11, 2011

Should change your ON INPUT event to include this:

  if ((%3dtext == on) && ($left($1-,1) != /)) {

This will make sure that commands, like '/clear', won't be parsed.

 Respond  
Zmodem commented on a Page, Rejoiner  -  Apr 25, 2011

Jethro_: mIRC does, indeed, have an option to do this, however it does not let you specify the options that this one allows, such as how many times to try and how long to wait between tries.

Savage_CL: Instead of using some random, obscure alias name, a589, just use the -l tag in front of it and name it whatever you want. ie:

alias -l rejoin {
  if ($1 == to) { return 2 }
  if ($1 == tries) { return 30 }
}

The -l switch specifies that this alias is local and cannot be triggered outside of this script.

Also, think about using a period in front of the times, like: .timerunsetter This will ensure that all the timer commands are silent, ie: they won't be shown in your status bar or any other window you have open. If you don't use it, you get things like "timerBLAHBLAH set" or on, or whatever. It's kind of annoying :)

 Respond  
Zmodem commented on a Page, Just a simple on join to show beginners  -  Sep 21, 2010

a careful warchild: You did NOT just reply to irchainscriptz's post from over 2 years ago, did you? LoL! Trolling, much? claps

:-D :-D :-D :-D

 Respond  
Zmodem commented on a Page, Google Definer  -  Sep 21, 2010

NinjaxAssasin: LoL! Obviously not! :-D

 Respond  
Zmodem   -  Jul 19, 2010

@Hawkee Anyone still scripting? LoL!

 Respond  
Zmodem commented on a Page, How many words can you type ?  -  Nov 09, 2009

Heh, I still use this addon :-)

 Respond  
Zmodem commented on a Page, Scripts Monitor  -  Jun 08, 2009

ES: Thank you! I appreciate the kind words ;)

 Respond  
Zmodem commented on a Page, Filter String  -  May 11, 2009

That should work exactly as you have it.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.