]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.conf.example
Phew. Fix a bunch of method sigs to stop warnings.
[user/henk/code/inspircd.git] / docs / inspircd.conf.example
index 44110e012d5a0fbcdd9e1c516af407e81511c08d..9feeb3c4d9845472dce8964ec78f791e8838ded4 100644 (file)
 #
 # Auditorium settings:
 #
-#<auditorium showops="no">
+#<auditorium showops="no" operoverride="no">
 #
-# Setting this value to yes makes m_auditorium behave like unrealircd
-# +u channel mode, e.g. ops see users joining, parting, etc, and users
-# joining the channel see the ops. Without this flag, the mode acts
-# like ircnet's +a (anonymous channels), showing only the user in the
-# names list, and not even showing the ops in the list, or showing the
-# ops that the user has joined.
+# showops:
+#   Setting this value to yes makes m_auditorium behave like unrealircd
+#   +u channel mode, e.g. ops see users joining, parting, etc, and users
+#   joining the channel see the ops. Without this flag, the mode acts
+#   like ircnet's +a (anonymous channels), showing only the user in the
+#   names list, and not even showing the ops in the list, or showing the
+#   ops that the user has joined.
+# operoverride:
+#   Setting this value to yes makes m_auditorium affect the userlist for
+#   regular users only. Opers will view all users in the channel normally.
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Ban except module: Adds support for channel ban exceptions (+e)
 #                                                                     #
 # reason      -      Reason given for the deny.                       #
 #                                                                     #
+# redirect    -      Redirect the user to a different channel         #
+#                                                                     #
 #<badchan name="#gods*" allowopers="yes" reason="Tortoises!">         #
+#<badchan name="#heaven" redirect="#hell" reason="Nice try!">         #
+#                                                                     #
+# Redirects will not work if the target channel is set +L.            #
 #                                                                     #
 # Additionally, you may specify channels which are allowed, even if   #
 # a badchan tag specifies it would be denied:                         #