hello people.

i'm trying to make a script that basically responds to peoples input with a reply. it's for a game that's recently gone private BETA, and i'm trying to get a clean, straightforward script to answer questions.

i've tried

on *:text:!help:#: {
/msg blah blah
}

and some other snippets i've found, but they either do nothing, or say stuff in my status like "nickname cannot be found"

i have everything for the script written down, so i'm not asking for a full blown script, just how to make it so when people type stuff (!help, !helpcommands) etc, my client will /notice them with the relevant information

thanks in advance + i have looked around some scripting sites, but time if of the essence, which is why i haven't looked into the matter more before postinghere.