I think it would be nice to have the following additions to the ON INPUT event:
- Let it have a matchtext like: on *:input:*blah*:#: haltdef | echo -a you said blah
That would mean that we can also use the event prefix $ to specify regex matchtext.
on $*:input:/^[^/]/:@: ... - Let it be possible to specify multiple location parts instead of having to choose 1 or * for all.
Example: on *:input:*hello*:=?#: echo -a said hello in either a channel/query/chat
Note that my examples are of course silly, as they only serve to show what I'm requesting.