Guest User

Untitled

a guest
Jun 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. on *:input:#:{
  2. if $1 == !spam1 { timerspam 0 60 msg $chan $$2- }
  3. if $1 == !spam2 { timerspam 0 240 msg $chan $$2- }
  4. if $1 == !spam3 { timerspam 0 300 msg $chan $$2- }
  5. if $1 == !quickspam { timerspam 0 15 msg $chan $$2- }
  6. if $1 == !rapidspam { timerspam 0 30 msg $chan $$2- }
  7. if $1 == !infinitespam { timerspam 0 1 msg $chan $$2- }
  8. if $1 == !spam { timerspam 0 20 msg $chan $$2- }
  9. if $1 == !spamoff { timerspam off }
  10. }
Add Comment
Please, Sign In to add comment