What is the syntax for combining multiple events for which I want to take the same action?
e.g. I want to automatically reply with "Foo" to any of the following TEXT events:
what is your name
what is ur name
wut is your name
wut is ur name
...so on
all need to respond with "foo"
I haven't found how I could specify this succintly in mirc syntax.
On a related note what is the escape character? For example, if I include a question mark in a TEXT event ("What is your name?" doesn't work but "what is your name*" works).
Thanks in advance