From 9aadc251e9910998fbbe5438b461958a261eae1d Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Fri, 4 Jan 2019 14:31:08 -0600 Subject: Merge m_restrictchans and m_regonlycreate due to converging functionality (#1541). --- docs/conf/modules.conf.example | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/conf/modules.conf.example') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 829f99683..285670243 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1670,14 +1670,6 @@ # to compile and load this module. # -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Registered users only channel creation module. If enabled, only -# registered users and opers can create new channels. -# -# You probably *DO NOT* want to load this module on a public network. -# -# - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Remove module: Adds the /REMOVE command which is a peaceful # alternative to /KICK. @@ -1710,12 +1702,20 @@ # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Restricted channels module: Allows only opers to create channels. +# Restricted channels module: Allows only opers or registered users to +# create channels. # # You probably *DO NOT* want to load this module on a public network. # # +# Configure the restrictchans module +# allowregistered: should registered users be allowed to bypass the restrictions? +# + +# Allow any channel matching #user-* to be created, bypassing restrictchans checks +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Restrict message module: Allows users to only message opers. # -- cgit v1.2.3