Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on *:input:#:{
  2. if $1 == /spam1 { timerspam 0 500 msg $chan $$2- }
  3. if $1 == /spam2 { timerspam 0 00 notice + $+ $chan $$2- }
  4. if $1 == /tripspam { timerspam 0 10 msg $chan $$2- }
  5. if $1 == /rapidspam { timerspam 0 5 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