Advertisement
illpastethat

Mass HL Ban

May 7th, 2012
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.51 KB | None | 0 0
  1. on *:TEXT:*:#: {
  2.   var %text $replace($replace($1-,$chr(32),$chr(44)),$chr(44) $+ $chr(44),$chr(44))
  3.   if ($higherrank($me,$nick,$chan) == true) {
  4.     var %i 1,%hl
  5.     while ($gettok(%text,%i,44)) {
  6.       if ($v1 ison $chan) var %hl $addtok(%hl,$v1,44)
  7.       if ($numtok(%hl,44) == 5) {
  8.         timermasshlban $+ $chan 1 0 $!iif($input("Mass HL by $nick on $chan -- Kickban? $crlf $crlf $+(<,$nick,>) $1- ",yqdk20,Mass Highlight),MassHlBan $chan $nick ,noop)
  9.         break
  10.       }
  11.       inc %i
  12.     }
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement