From 056c2a49cc58577e2f54af8cf7aeafbc758650e9 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 14 Jul 2008 12:58:44 +0000 Subject: 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 --- conf/modules.conf.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf') 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 << -- cgit v1.2.3