]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/modules.conf.example
Add m_monitor which implements the MONITOR command and notifications
[user/henk/code/inspircd.git] / docs / conf / modules.conf.example
index aef45106ccec869621d10a8fd8ef1100dbcfbb8b..d6d55ec7a562aa61c7bf2326b23d49ddb1494844 100644 (file)
 # send notices to all users having the given user mode(s) set.
 #<module name="modenotice">
 
+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+# Monitor module: Adds support for MONITOR which is used by clients to
+# maintain notify lists.
+#<module name="monitor">
+#
+# Set the maximum number of entries on a user's monitor list below.
+#<monitor maxentries="30">
+
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # MsSQL module: Allows other SQL modules to access MS SQL Server
 # through a unified API.