mIRC Home    About    Download    Register    News    Help

Print Thread
#241940 04/06/13 02:16 PM
Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Hello,

As i see when i use //echo MODES: $chan($chan).mode the output does not display me the channel mode parameters.

e.g:
/mode #test +l 10
//echo #test MODES: $chan(#test).mode
OUTPUT: is MODE: +l 10 ->>>> THIS IS CORRECT
/mode #test +j 2:5
Now when i have more than one channel mode with parameter setted.
OUTPUT: is MODE: +jl 10 ->>>> THIS IS NOT CORRECT = THE CORRECT MUST BE: is MODE: +jl 2:5 10

- Thanks!


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
It seems that bug came up again, any solutions anyone?

Duplicate: https://forums.mirc.com/ubbthreads.php/topics/254200/Khaled#Post254200

Just an idea, if you guys agree.. why not adding '.rawmode' extra property on $chan() identifier that will return and parameters too?

- Thanks!

Last edited by westor; 08/07/18 12:59 AM. Reason: Added an idea

Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-

Link Copied to Clipboard