Advertisement
HimitsuNoChikara

+/- modes

Nov 14th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.24 KB | None | 0 0
  1.   if ($regex($1, ^[\+|\-][v|h|o|a|q|m|l|s|b].*?[?:\s(\S+.*)]?$)) {
  2.     if ($1 == +bk && $2) {
  3.       /mode $chan +b $2-
  4.       /kick $chan $2-
  5.     }
  6.     else {
  7.       if (!$2) /mode $chan $1 $me
  8.       if ($2) /mode $chan $1 $2-
  9.     }
  10.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement