mIRC Home    About    Download    Register    News    Help

Print Thread
P
Pilo
Pilo
P
Code:
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???

Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
on *:text:*:#:{ if ($1 == !test) { /describe # tests a script } }

P
Pilo
Pilo
P
Thank you very much...I'm really to dum to read the mIRC-help well...


Link Copied to Clipboard