diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-05 16:55:51 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-05 16:55:51 +0000 |
commit | 4317e2c4d959e9884fc54869e270743030558099 (patch) | |
tree | 048d9bb676b67f63ac346005bf95881fbb177e73 /docs/conf/modules.conf.example | |
parent | 29696ca3eb912e963fd7b73af7135dd767e02956 (diff) |
Improve consistency of the restrictchans module example config.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 001088bda..3b7d30e8f 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1708,11 +1708,10 @@ # You probably *DO NOT* want to load this module on a public network. # #<module name="restrictchans"> - -# Configure the restrictchans module -# allowregistered: should registered users be allowed to bypass the restrictions? +# +# allowregistered: should registered users be allowed to bypass the restrictions? #<restrictchans allowregistered="no"> - +# # Allow any channel matching #user-* to be created, bypassing restrictchans checks #<allowchannel name="#user-*"> |