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.
}
}