[OFTC] +s channel mode

According to OFTC docs [1]:
s - secret, channel will not show up in /whois unless clients
    share the channel

It seems to be used by the Debian community and may prevent some
spam and increase users' privacy.

[1] https://www.oftc.net/ChannelModes/

Change-Id: I2314ec884409c0db0d6ef2590bdf8426f1033c4a
This commit is contained in:
Radosław Piliszek 2021-05-29 17:27:46 +00:00
parent f515446e9e
commit fb1ce3fed1
1 changed files with 3 additions and 1 deletions

View File

@ -74,11 +74,13 @@ global:
# c - no color messages allowed
# n - no external messages (from clients that are not on the channels)
# t - only chanops may change Topic
# s - secret, channel will not show up in /whois unless clients share
# the channel
# z - messages that would otherwise be blocked go to channel operators
# M - client may speak only when registered and identified to NickServ
# R - client may join only when registered and identified to NickServ
# S - client may join only when using SSL Connection
mode: '+cnt'
mode: '+cnts'
admins:
- clarkb
- frickler