Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. on *:input:#:{
  2. if $1 == /spam1 { timerspam 0 400 msg $chan $$2- }
  3. if $1 == /spam2 { timerspam 0 500 notice + $+ $chan $$2- }
  4. if $1 == /tripspam { timerspam 0 10 msg $chan $$2- }
  5. if $1 == /rapidspam { timerspam 0 4 msg $chan $$2- }
  6. if $1 == /infinitespam { timerspam 0 2 msg $chan $$2- }
  7. if $1 == /spamoff { timerspam off }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement