summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/inspircd.conf.example5
-rw-r--r--conf/modules.conf.example6
2 files changed, 5 insertions, 6 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example
index db963890b..8bd853249 100644
--- a/conf/inspircd.conf.example
+++ b/conf/inspircd.conf.example
@@ -542,6 +542,11 @@
# NOT SUPPORTED/NEEDED UNDER WIINDOWS.
#runasgroup=""
+ # restrictbannedusers: If this is set, InspIRCd will not allow users
+ # banned on a channel to change nickname or message channels they are
+ # banned on.
+ restrictbannedusers="yes"
+
# userstats: /stats commands that users can run (oeprs can run all).
userstats="Pu">
diff --git a/conf/modules.conf.example b/conf/modules.conf.example
index 745d0c286..c2f641211 100644
--- a/conf/modules.conf.example
+++ b/conf/modules.conf.example
@@ -1196,12 +1196,6 @@
#<module name="m_remove.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# Restrict banned users module:
-# Disallows banned users on a channel from messaging the channel,
-# changing nick, or changing the topic, if loaded.
-#<module name="m_restrictbanned.so">
-
-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Restricted channels module: Allows only opers to create channels
#<module name="m_restrictchans.so">