mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
When I retrieve the channel modes using /mode #Channel on some channel which has the mode +f (UnrealIRCd) it doesn't show the rest of the result. Here is the result:

Code:
#Channel +ntrf [7c#C5,30j#R2,30k#K5,40m#M2,10n#N5]:15


While $chan().mode shows only +fnrt

Thanks.


Nothing...
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
You should post debug output including raw 005 from the initial connection (this is where the server should be telling mIRC which modes take parameters) and also the debug data from joining a channel, in particular raw 324. Without these there's no way to know whether mIRC is at fault or the server.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Dec 2002
Posts: 5,412
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,412
Thanks for your bug report. Currently mIRC only stores the values for +lk and does not store custom modes added by different networks. This will require a big change to the way channel mode settings are stored. This is on my to-do list.


Link Copied to Clipboard