I want it to only run the code when a users types "!<commandname>" which works but there seems to be a problem when somebody types a message containing a "!" it triggers
ex: "Hi there!" would trigger the text event.
on $*:TEXT:m/\!.*/iS:#:{
code to run...
}
Any help would be appreciated!
Kind Regards
TillableToast