on *:text:*:#:{ if ($1 == !test) { /me tests a script } }
If now someone in a channel types
!test I've hoped mIRC prints...
[16:28:39] * MYNICK tests a script...only in this channel where !test was typed in...
...but just the following message was printed in my status-window...
* /me: cannot use /me in this window (line xx, script.mrc)How can I get the action-message from a script in the channel where the trigger-word was typed???