aboutsummaryrefslogtreecommitdiffstats
path: root/docs/modules.conf.example
diff options
context:
space:
mode:
authorGravatar danieldg2010-02-26 00:37:26 +0000
committerGravatar danieldg2010-02-26 00:37:26 +0000
commit22f01a56afa73de5330ebcae113e9ff90a902c66 (patch)
tree913539cd04ad1998ce7db4e3cbfedd0bc46b1c87 /docs/modules.conf.example
parentAllow auditorium mode to be customized via exemptchanops (diff)
Documentation for <auditorium> tag
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12570 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/modules.conf.example')
-rw-r--r--docs/modules.conf.example21
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example
index 30f25e820..3e405dcd3 100644
--- a/docs/modules.conf.example
+++ b/docs/modules.conf.example
@@ -217,18 +217,17 @@
#
# Auditorium settings:
#
-#<auditorium showops="no" operoverride="no">
+#<auditorium opvisible="no" opcansee="no" opercansee="yes">
#
-# 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.
+# opvisible (auditorium-vis in exemptchanops):
+# Show channel ops to all users
+# opcansee (auditorium-see in exemptchanops):
+# Allow ops to see all joins/parts/kicks in the channel
+# opercansee:
+# Allow opers (channels/auspex) to see see all joins/parts/kicks in the channel
+#
+# Exemptchanops can be used to adjust the level at which users become visible or
+# the level at which they can see the full membe list of the channel.
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Autoop module: Adds basic channel access controls via the +w listmode.