summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-21 19:40:35 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-21 19:40:35 +0000
commit5097707f6003a4a4e77b246148bbcbe67c767d6c (patch)
tree159eeb554c6306c5f8bfd43d55c3ac68cac2e7ce /docs/inspircd.conf.example
parent9d0c7a0bcca345598ccd7607e31bcdbc8f1008b3 (diff)
Added m_opermodes.cpp, allows addition and removal of modes on oper up
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1471 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index e99e9772e..b8d0a1797 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -590,6 +590,11 @@
# Timed bans module: Adds timed bans and the /TBAN command
#<module name="m_timedbans.so">
+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+# Oper modes module: Allows you to specify modes to add/remove on oper
+#<module name="m_opermodes.so">
+
+
#-#-#-#-#-#-#-#-#-#-#- FILTER CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#
# #
# Optional - If you specify to use the m_filter.so module, then #