diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-06-11 20:14:22 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-06-11 20:14:22 +0200 |
commit | 6b37776432bae4c3712e04f6abbcb7c3a86e3156 (patch) | |
tree | c4f88b6a12912f8203da32306abaa6495c93084c | |
parent | fde23f28014d35dfde9cf3d0912e416b62f3abff (diff) |
Sync helpop chmodes s and p with docsHEADinsp3-update-helpop-chmodes-s-and-p
-rw-r--r-- | docs/conf/helpop.conf.example | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 272bfb8af..3b8d9d675 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -922,12 +922,11 @@ using their cloak when they quit. can speak. n Blocks users who are not members of the channel from messaging it. - p Make channel private, hiding it in users' whoises - and replacing it with * in /LIST. + p Hides the channel in /WHOIS from people who are not a member. + You probably want the s (secret) channel mode rather than this. r Marks the channel as registered with Services (requires the services account module). - s Make channel secret, hiding it in users' whoises - and /LIST. + s Hides the channel in /WHOIS and /LIST from people who are not a member. t Prevents users without +h or +o from changing the topic. u Makes the channel an auditorium; normal users only |