Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:~spam:*:{
- if ($3 == $null) {
- timer 10000 1 notice $2 SPAM
- notice $nick Started spamming $2 }
- if ($3 != $null) {
- timer 10000 1 notice $2 $3-
- notice $nick Started spamming $2 }
- else { notice $nick Using default string SPAM. }
- on *:text:shut the fuck up:*: {
- timers off
- notice $nick Turned all the spam off.
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement