HL Response
Platform: mIRC
Published Jul 20, 2010
Updated Jul 20, 2010
This is my first post. It is a very simple script.
line 1: put your main nick where it says NICK HERE
Line 2: (optional change) 10 represents the amount of seconds the script should wait before responding to a particular nick a second time.
Line 5: (optional change) What $nick $+ ? is the actual text that mIRC outputs.
on *:TEXT:NICK HERE:*:{
inc -u10 %cspam. [ $+ [ $nick ] ]
if (%cspam. [ $+ [ $nick ] ] <= 1) {
if (%color == $null) { set %color 2 }
if (%color != $null) { timer 1 1 msg # $+ [ %color ] What $nick $+ ? }
if (%color == 2) { set %color 3 | halt }
if (%color == 3) { set %color 4 | halt }
if (%color == 4) { set %color 7 | halt }
if (%color == 7) { set %color 9 | halt }
if (%color == 9) { set %color 10 | halt }
if (%color == 10) { set %color 11 | halt }
if (%color == 11) { set %color 13 | halt }
if (%color == 13) { set %color 2 | halt }
}
}