diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 17:14:14 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 17:14:14 +0000 |
commit | 2eb2ac95fde89d2823f03d98d12e3ba5aba7022d (patch) | |
tree | 2d368ebd2c961d387a643f0e8b37f9971251bbaf /conf/modules.conf.example | |
parent | f01b480e65416053978cf35286398073ae63bb98 (diff) |
Revert "Remove m_services and documentation relating to it. Also remove conf/temp/ (??)"
This reverts commit 500fec7ed0c02df7f4086f1827eaae1167a9ecd9.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10763 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index ce0149372..3cd8508fd 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1336,18 +1336,28 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Services support module: Adds several usermodes such as +R and +M +# this module implements the 'identified' state via user mode +r, which +# is similar to the DALnet and dreamforge systems. +# +# N O T E!! +# >> This CAN NOT be used at the same time as m_services_account << +# N O T E!! +# *** This module DOES NOT support Atheme services, please use *** +# *** m_services_account if you are planning on using Atheme. *** +#<module name="m_services.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# 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. # -# At the same time, this offers +r for users and channels to mark them -# as identified seperately from the idea of a master account, which -# can be useful for services which are heavily nick-as-account centric. -# -# This replaces m_services from 1.1 and earlier. -# # 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 << +# N O T E!! #<module name="m_services_account.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |