Advertisement
Charmander

furry

Jun 18th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.35 KB | None | 0 0
  1. on !*:nick: {
  2.   if (*furry* iswm $newnick) {
  3.     var %x 1
  4.     while (%x <= $chan(0)) {
  5.       if (furry ison $chan(%x)) var %chans %chans $chan(%x)
  6.       inc %x
  7.     }
  8.     var %y 1
  9.     while (%y <= $numtok(%chans,32)) {
  10.       kick $gettok($deltok(%chans,$findtok(%chans,#pokemon,32),32),%y,32) furry I AM NOT A GODDAMN FURRY
  11.       inc %y
  12.     }
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement