diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-05-10 07:22:45 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-05-10 07:22:45 +0200 |
commit | 09d94db2f06ce1521f19566b3d988cff4b02af6b (patch) | |
tree | c3dd582b492f8fbaad99f3a2261dc923b923e8c7 /docs/conf/modules.conf.example | |
parent | ba1efa77c3a2af31287a6050bf30285ef701216c (diff) | |
parent | 15b0a1853d2912ae10d218b00c2e6f175bb5ae30 (diff) |
Merge pull request #1039 from SaberUK/insp20+fix-restrictmsg-uline
[2.0] Fix not being able to message ulines when m_restrictmsg is loaded.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 71a0fb079..32701f0c4 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1486,6 +1486,9 @@ # You probably *DO NOT* want to load this module on a public network. # #<module name="m_restrictmsg.so"> +# +# Uncomment this to allow users to message ulines (e.g. services): +#<restrictmsg uline="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # R-Line module: Ban users through regular expression patterns. |