Comments

 (109) 
  1. Everything
  2. Scripts
  3. Snippets
LIQUID_NiTrO commented on mIRC Snippet: ShitList  -  Nov 24, 2004
($nick != petras) && ($Nick != savas) <---Heh. Now everyone knows that if they want to evade it all they have to do is change their nick to that.
LIQUID_NiTrO commented on mIRC Snippet: .:: !@dmin Powers ::.  -  Nov 24, 2004
/mode $chan +vvvvvvvvvv - $2 <---why so many modes if it's only capable of satisfying one person??? Try using while loops and local variables to find the number of args passed and add a +v for each one.
LIQUID_NiTrO commented on mIRC Snippet: Advanced ban prot using RAWMODE  -  Nov 13, 2004
if (+b isin $1) -- now they can set you +hb to evade the ban protection then kick you. Use this: if ( $1 iswmcs *+*b* ) && ( $1 !iswmcs *+*-*b* )
LIQUID_NiTrO commented on mIRC Snippet: .:: !@dmin Powers ::.  -  Nov 13, 2004
poorly coded and rather useless. Why would you want to type something in a channel like !voice? I can understand a /voice alias I guess but...
LIQUID_NiTrO commented on mIRC Snippet: $_iswm  -  Nov 12, 2004
Dayum. Nice job.
LIQUID_NiTrO commented on mIRC Snippet: Unauthorized Admin\Oper Kill  -  Nov 01, 2004
cave: if you don't know how to install and make it work, chances are you're just not an IRCop (you know if you are). If you are, just put it into your remotes and make a text file in your mIRC dir called adminlist.txt and fill it with the names of "authorized" IRCops (one name per line)
LIQUID_NiTrO commented on mIRC Snippet: PING script  -  Nov 01, 2004
What exactly is the point of a person doing !ping instead of /ctcp nick ping?
LIQUID_NiTrO commented on mIRC Snippet: Totally useless "code"  -  Oct 17, 2004
why submit it if it's useless?
LIQUID_NiTrO commented on mIRC Snippet: _-Whois System-_  -  Sep 12, 2004
OK now how do I use it (what command)?
LIQUID_NiTrO commented on mIRC Snippet: Binary Translator  -  Sep 11, 2004
Doesn't appear to work...I type $bin(5) in the box and hit tab and nothing happens
LIQUID_NiTrO commented on mIRC Snippet: Bot Lock/UnLock Channel  -  May 23, 2004
ok, what exactly does locking a chan do?
LIQUID_NiTrO commented on mIRC Snippet: «ºsimple opº»  -  Apr 17, 2004
Use the most widely cross-client commands avalable. "/ban" is unique to only a few clients. Use /mode #channel +b nick!user@host.domain or /msg chanserv ban #channel nick (for networks with services)
LIQUID_NiTrO commented on mIRC Snippet: Cool-O-Metre  -  Apr 17, 2004
Looks to me like it could be done with $rand(1,10) because for each one you have a range of 10, therefore the chances are equal. Also, there isn't much point in unsetting them, just takes more time
LIQUID_NiTrO commented on mIRC Snippet: Spin the bottle  -  Apr 17, 2004
I've found that spin the bottle, 7 minutes in heaven, etc are best confined to real life. Nice script, but I don't see the point of typing "/me kisses Bobby".
LIQUID_NiTrO commented on mIRC Snippet: nick completers  -  Apr 17, 2004
Doesn't, erm, seem to work.
LIQUID_NiTrO commented on mIRC Snippet: Whois Mispell Thingy  -  Apr 17, 2004
Very limited audience. It might help to just practice your typing. Many IRC users don't even have QWERTY keyboards.
LIQUID_NiTrO commented on mIRC Snippet: Say Commands  -  Apr 07, 2004
However if you are using it in a ctcp command, then it IS the nick, because the first thing after the /ctcp command is the nick of the person to ctcp :D
LIQUID_NiTrO commented on mIRC Snippet: Say Commands  -  Apr 07, 2004
Actually you are mistaken, oX; $1 means the first thing they type after the command.
LIQUID_NiTrO commented on mIRC Snippet: Fast Revenge  -  Apr 07, 2004
Might want to use $addtok to set them as kicker and replace "== %kicker" with "isin %kicker" so that you can have more than one person set to %kicker. Also might want to use $address so if they change nicks it still works
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
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.