Sorry about that. Forgot that not everyone knows regex. For channel commands as such I usually use regex(to allow for more command triggers and to verify parameters for the command), and that habbit carried over into the script I posted above.

IE:
Code:
on $1:TEXT:/^[!.@]somecommand \S+ \S+$/iS:#channel:{
  ;do stuff
}


I am SReject
My Stuff