chachin

Untitled

Mar 31st, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on *:TEXT:!last *:#: {
  2. if ($lines(c:\mIRC\boobs.txt) == 0) { msg # Sorry Mate... either the location is wrong or there hasn't been added any links | halt }
  3. elseif ($lines(c:\mIRC\boobs.txt) <= 5) { .PLAY $+(-f,1) # c:\mIRC\boobs.txt NSFW }
  4. else { var %X $calc($lines(c:\mIRC\boobs.txt) - $iif($lines(c:\mIRC\boobs.txt) <= $2,5,$iif($2 <= 10,$v1,5))) | .PLAY $+(-f,%X) # c:\mIRC\boobs.txt NSFW }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment