diff options
author | Sadie Powell <sadie@witchery.services> | 2020-03-30 23:38:42 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-03-30 23:38:42 +0100 |
commit | 25052ccef3c47cc43af9b900a658e5c09e8bec2e (patch) | |
tree | 268768ec0359380c6d5014cad1ae1a58a94fee6e /docs/conf/inspircd.conf.example | |
parent | 9ebda853f5bc470858501897442610699a5fd5de (diff) |
Make showing the channel modes in /LIST configurable.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 4c56db448..c9691b857 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -661,6 +661,10 @@ # link with servers running 2.0. Defaults to yes. allowzerolimit="no" + # modesinlist: If enabled then the current channel modes will be shown + # in the /LIST response. Defaults to yes. + modesinlist="no" + # exemptchanops: Allows users with with a status mode to be exempt # from various channel restrictions. Possible restrictions are: # - anticaps Channel mode +B - blocks messages with too many capital |