mIRC does not trigger the on INPUT-events when you enter a command starting with "/!" in an editbox. That's fine of course... but this also happens when the user presses ctrl+enter. As a result, the typed command is sent directly, as text message, to the current window, including the "/!" bit. And this in turn screws up my script's alternative output when I'm trying to, for example, tell a user how to type "/!remote off".
I also fail to see any practical purposes of this behaviour...if you'd want to omit your input triggers, you'd use something like /!say, and not /!text and ctrl+enter because that would include the "/!" bit in the message.
It's pretty much a detail, I know, but it'd be nice if it were fixed...