mIRC Home    About    Download    Register    News    Help

Print Thread
#14696 09/03/03 06:45 PM
Joined: Dec 2002
Posts: 13
M
Murray Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2002
Posts: 13
When u r in 2 or more servers and u close one of each status windows, without previously disconnecting from that server, the on DISCONNECT event won't trigger. I think this is a bug cuz i didn't find any event that replaces the on disconnect in this cases.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
I couldn't reproduce this bug:
Connected to 2 servers and using this code:
Code:
on *:DISCONNECT:{
  scon 2 echo -s a
}

When I close the first status window, I get "a" echoed in the second.


Link Copied to Clipboard