diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-17 22:36:46 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-17 22:36:46 +0000 |
commit | 2d2f13987a2cf3155da3f633f388e5a9c043ef9c (patch) | |
tree | eafdc9d2de76efb47c1a5422546ac06c81e5e074 /conf/modules.conf.example | |
parent | 164e9d9171850877161ae057764ff8b579bedd36 (diff) |
Configuration update from jdhore
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11742 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 784a39a2a..b9edaeacc 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -652,6 +652,12 @@ #<module name="m_delayjoin.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# 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> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Deny Channels: Deny Channels from being used by users #<module name="m_denychans.so"> # |