View difference between Paste ID: JzG9HjpE and AjeD6Rgg
SHOW: | | - or go back to the newest paste.
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