mIRC Home    About    Download    Register    News    Help

Print Thread
#249397 27/11/14 06:49 PM
Joined: Aug 2005
Posts: 4
R
rbL Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Aug 2005
Posts: 4
is this intended or a bug?

This sends it to the status window. (with ^)
on ^*:OPEN:?:*:{ echo -tg $target test }

This sends it to the query window. (without ^)
on *:OPEN:?:*:{ echo -tg $target test }

rbL #249398 27/11/14 07:14 PM
Joined: Jul 2006
Posts: 4,150
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,150
It is intended, the ^ prefix is meant to be used with /haltdef to prevent the default processing of the event (in this case, it prevents the opening of the window). In order to allow you to do that, mIRC must trigger the event before opening the window, so the window is not opened when triggering the ^ event. You can create the window in this case with /query $nick if needed


#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard