diff options
author | Peter Powell <petpow@saberuk.com> | 2017-12-15 23:26:15 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-22 01:11:14 +0000 |
commit | e467fd0a6fc9ba97b2e2f31e654803a86bbb307f (patch) | |
tree | 5bd77f62832b7baac95223d9f320eb53e6c4b4bf /docs | |
parent | 35a37bf46f2d2af8b346671de5d80d1073e5edb6 (diff) |
Rename <security:hidewhois> to <security:hideserver>.
The previous name was horrible and didn't describe what the setting
actually does.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 945041624..980409863 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -688,13 +688,13 @@ # be flattened when shown to non-opers. flatlinks="no" - # hidewhois: When defined, the given text will be used in place - # of the server a user is on when whoised by a non-oper. Most - # networks will want to set this to something like "*.netname.net" - # to conceal the actual server a user is on. - # Note that enabling this will cause users' idle times to only be - # shown when the format /WHOIS <nick> <nick> is used. - hidewhois="" + # hideserver: When defined, the given text will be used in place + # of the server name in public messages. As with <server:name> this + # does not need to resolve but does need to be a valid hostname. + # + # NOTE: enabling this will cause users' idle times to only be shown + # when a remote whois (/WHOIS <nick> <nick>) is used. + #hideserver="*.example.com" # hidebans: If this value is set to yes, when a user is banned ([gkz]lined) # only opers will see the ban message when the user is removed |