diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/modules.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example index cc8620e89..82e722f59 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -688,7 +688,7 @@ # 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 @@ -1631,6 +1631,10 @@ # 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"> |