]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/modules.conf.example
rename channel modes +it to distinguish them from commands
[user/henk/code/inspircd.git] / docs / modules.conf.example
index cc8620e89832a4740bd24da1812005d9a93442fd..82e722f59872119491998f10a349a6e787a092f9 100644 (file)
 # Delay message module: Adds the channel mode +d which disallows a user
 # from talking in the channel unless they've been joined for X seconds.
 # Settable a la: /mode +d 30
-#<module name="m_delaymsg.so>
+#<module name="m_delaymsg.so">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Deny Channels: Deny Channels from being used by users
 # server to server traffic, you MUST load it before m_spanningtree in #
 # your configuration file!                                            #
 
+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+# Status prefix: Adds the channel mode +V
+#<module name="m_statusprefix.so">
+
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Strip colour module: Adds the channel mode +S
 #<module name="m_stripcolor.so">