]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Add m_restrictbanned to example conf.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 12 Nov 2006 14:17:58 +0000 (14:17 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 12 Nov 2006 14:17:58 +0000 (14:17 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5702 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index 198819822b29ee3ce62547b798c74e10013b7972..aac661703a2a112ee9fad5a90b63fb532f092a2b 100644 (file)
 # alternative to /KICK
 #<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">