diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-10-23 17:59:44 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-10-23 17:59:44 +0200 |
commit | 6cc3e6be818f8d15c41e32787ba6885d501e8ed4 (patch) | |
tree | 5dd7a97f3057344fb51a83896ad56bae125e5bec /docs/conf | |
parent | 9e42a8e8f77b3c9fa65d7d2384b3d145f46e1376 (diff) |
m_delaymsg Add option to disallow NOTICEs too
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 2af84c83b..30b8181ac 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -695,6 +695,8 @@ # from talking in the channel unless they've been joined for X seconds. # Settable using /MODE #chan +d 30 #<module name="m_delaymsg.so"> +# Set allownotice to no to disallow NOTICEs too. Defaults to yes. +#<delaymsg allownotice="no"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Deny channels module: Deny channels from being used by users. |