new channel sets +s (secret)

These are old archives. They are kept for historic purposes only.
Post Reply
Hermanus
Posts: 14
Joined: Wed Jan 28, 2015 10:18 pm

new channel sets +s (secret)

Post by Hermanus »

Hello,

when you create a new channel wirth /join channel then the modes are nts. The s (secret) is since shortly and I don't get how it happened that mode s now is in new channels. Does some one know how I can remove the mode s. I mean not when the channel is created but thst it no more shows up in newly created channels.

Best regards, Herman.
dboyz
Posts: 68
Joined: Tue Jun 14, 2011 6:36 am

Re: new channel sets +s (secret)

Post by dboyz »

Hello,

There are two common causes for the scenario you mentioned.

1) Channel mode is set by services. The channel mode should be set like this:
ChanServ sets mode: #test +ns
2) Channel mode is set by the ircd itself. The channel mode should be set like this:
irc1.unrealircd.org sets mode: #test +ns
For case #1, kindly refer to your services documentation.

For case #2, you may modify your set::modes-on-join block in the .conf file as documented here:
(unrealircd-4.0.0 and above) : https://www.unrealircd.org/docs/Set_blo ... es-on-join
(unreal-3.2.x) : https://www.unrealircd.org/files/docs/u ... l#setblock (search for set::modes-on-join)
Remember to REHASH after modifying your .conf file.
Post Reply