mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2010
Posts: 144
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 144
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,884
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,884
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.

Joined: Dec 2002
Posts: 3,840
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,840
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