Actions
Feature #5607
closedOptional "/mode #chan" on join
Start date:
08/12/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Description
Is there a way to disable this, if not can we make it optional?
Thank you.
Actions
Added by eahm eahm 10 months ago. Updated 10 months ago.
0%
Description
Is there a way to disable this, if not can we make it optional?
Thank you.
Why would you want to disable it?
AdiIRC needs to know the current state of channel modes for other features to function properly.
That information comes from the server when you perform /mode #channel by RAW 329, you can verify this yourself by checking Rawlog.
-> ergo.test MODE #chan <- :ergo.test 324 Nick #chan +nt <- :ergo.test 329 Nick #chan 1660347996
324 = has modes
329 = created on
When you send MODE #channel to the server, you get 2 lines as a reply, one is the current channel modes, the other is the channel creation date.
You can't only get one of the lines back, you always get both, in all clients including mirc.
You asked for an option to not do MODE #channel, I explained why that is a bad idea, now I presume you are asking to not see that line of text because other clients might be hiding it from you, you can do that with:
RAW 329:*:halt