mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2015
Posts: 148
Dazuz Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Dec 2015
Posts: 148
Easier just to show an example than attempt to explain it:
Quote
21:21:02 * mIRCBugTest sets mode: +kl BugTest 123
21:21:11 * mIRCBugTest sets mode: +j 3:60
21:21:27 * Current modes: +nslkj 123 BugTest 3:60
21:21:31 * mIRCBugTest sets mode: +k BugTest
21:21:33 * Current modes: +nslkj 123 BugTest BugTest

Note that setting +k again overwrote the +j value. Doing //mode # restores the correct values to $chan(#).mode.

To reproduce the bug (Freenode):
Code
//mode # +kl BugTest 123
//mode # +j 3:60
//echo -at * Current modes: $chan(#).mode
//mode # +k BugTest
//echo -at * Current modes: $chan(#).mode



Last edited by Dazuz; 19/11/19 07:36 PM.
Joined: Dec 2002
Posts: 5,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
Thanks this issue has been fixed for the next beta.


Link Copied to Clipboard