Advertisement
illpastethat

Spam script sazh

Dec 9th, 2011
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.33 KB | None | 0 0
  1. on *:text:~spam*:*:{
  2.   if ($3 == $null) {
  3.     timer 10000 1 notice $2 SPAM
  4.     notice $nick Started spamming $2 with $qt(SPAM)
  5.   }
  6.   if ($3 != $null) {
  7.     timer 10000 1 notice $2 $3-
  8.     notice $nick Started spamming $2 with $qt($3-)
  9.   }
  10. }
  11. on *:text:shut the fuck up:*: {
  12.   timers off
  13.   notice $nick Turned all the spam off.
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement