summaryrefslogtreecommitdiff
path: root/conf/modules.conf.example
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-14 12:58:44 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-14 12:58:44 +0000
commit056c2a49cc58577e2f54af8cf7aeafbc758650e9 (patch)
tree58e8b474ccf9f678c086c77e462535ac10216055 /conf/modules.conf.example
parentf474e7e6dc2d36f96150ebe33b23b4ea76814415 (diff)
Add extban types +bb R: and M: - stops matching account masks from joining and speaking respectively
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10020 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r--conf/modules.conf.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example
index 63b6e1767..948bbf4cf 100644
--- a/conf/modules.conf.example
+++ b/conf/modules.conf.example
@@ -1168,6 +1168,10 @@
# Services support module: Adds several usermodes such as +R and +M
# this module implements the 'identified' state via account names (AC)
# and is similar in operation to the way asuka and ircu handle services.
+#
+# Also of note is that this module implements two extbans:
+# +b R: (stop matching account names from joining)
+# +b M: (stop matching account names from speaking)
#
# N O T E!!
# >> This CAN NOT be used at the same time as m_services <<