Advertisement
Aha2Y

Untitled

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