Originally Posted By: Raccoon
Groups (/enable /disable) do not work like that. It's not a form of top-down code execution, but a way to turn on/off groups events like On Text or On Join.

You want to create an alias.

Code:
ALIAS spamchan {
  var %chan = $iif($1,$1,#defaultchan)
  timerSPAMCHAN 0 5 msg %chan $!read(quotes.txt,n)
}




First, you the Raccoon on Hawkee too?

Also, this alias works. But how can I merge it with the enable/disable script that I have in my code so I can turn it on and off within the dialog I have?