I am using a script that detects people if they "set away' in channel. One example of a trigger for this is "*away*(*)*" Recently I noticed more and more people using "<nick> [away] Doing something" So I tried to set "*[away]*" as a trigger in the script. After rehasing though the bot started warning/kicking/banning anyone who said ANYTHING. Most I can figure is that it could not read the [ ]s and took the new trigger as " * * ", basically taking everything as a trigger. Would this assumtion be correct? Should it BE "*[away]*" or would "[away]" work or get me the same result?