summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkatsklaw <katsklaw@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-29 18:45:32 +0000
committerkatsklaw <katsklaw@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-29 18:45:32 +0000
commitfab0c6d8c8e7d3c3b9008e06a3dfba3ac856a867 (patch)
treeaaeb7f2236f59e0c7ece1f7e642594f8124f57f6 /docs
parentc2624f71e1260881610dc6109f0b3ad61ae4f31a (diff)
Added the WATCH command, which is used by clients to maintain notify lists.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1557 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index a9718d6ae..a470f1466 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -11,7 +11,7 @@
# This is an example of the config file for InspIRCd. #
# Change the options to suit your network #
# #
-# Last updated on : 05/28/2005 #
+# Last updated on : 05/29/2005 #
# Written by : CC (cc@backchat.co.za) #
# Updated by : katsklaw (katsklaw@gmail.com) #
########################################################################
@@ -465,6 +465,11 @@
#<module name="m_antibottler.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+# Watch module: Adds the WATCH command, which is used by clients to
+# maintain notify lists.
+#<module name="m_watch.so">
+
+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Cloaking module: Adds usermode +x and cloaking support
#<module name="m_cloaking.so">