Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.19 KB | None | 0 0
  1. on $*:TEXT:/^[!]setspam/Si:#:{
  2.   var %x = 1
  3.   var %t = 1
  4.   set %a $replace($2-,$chr(32),+)
  5.   while ($nick($chan,%x)) {
  6.     /timer 1 %t /msg #clan-cp %a
  7.     inc %x
  8.     inc %t 10
  9.   }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement