diff options
| author | 2021-06-11 20:14:22 +0200 | |
|---|---|---|
| committer | 2023-07-06 11:10:10 +0100 | |
| commit | cf8bb9915577444158291bddd7deda78fd1be18c (patch) | |
| tree | ab8e3a361bff5d27fcc3470de77e2c74edfe6fea /docs | |
| parent | Fix filter X-lines not including the module name in the setter. (diff) | |
Sync helpop chmodes s and p with docs
Diffstat (limited to 'docs')
| -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 6bc225207..8a26dc9cc 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -932,12 +932,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 |
