chachin

Untitled

Mar 28th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.42 KB | None | 0 0
  1. on *:TEXT:!hit *:#:{
  2.   if (%BOT.FLOOD > 60) { return }
  3.   inc -z %BOT.FLOOD 20
  4.   if ($2 ison $chan) {
  5.     describe $chan flies around the chan at maximum speed and hits $iif($istok(chick3n chachin,$2,32),$RandomNickExcept($chan,chick3n,chachin),$2) in the face!
  6.   }
  7. }
  8.  
  9. ALIAS RandomNickExcept { var %i = 1 | WHILE (%i <= 20) { var %nick = $nick($1,$r(1,$nick($1,0))) | if !$istok($2-,%nick,32) { break } } | return %nick }
Advertisement
Add Comment
Please, Sign In to add comment