diff options
author | Peter Powell <petpow@saberuk.com> | 2015-04-28 20:22:34 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-05-10 04:50:35 +0100 |
commit | 15b0a1853d2912ae10d218b00c2e6f175bb5ae30 (patch) | |
tree | c6fd48e61febf3b7c6fff1918c6169d19fe97acd /docs | |
parent | 1548078e5dc304814669cd1ea052f92be9d1ac40 (diff) |
Fix not being able to message ulines when m_restrictmsg is loaded.
Diffstat (limited to 'docs')
-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. |