]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Add additional sentence to cmode +p description
authorfndax <redacted>
Mon, 18 Dec 2017 06:37:31 +0000 (06:37 +0000)
committerChristel Dahlskjaer <redacted>
Sat, 23 Dec 2017 13:04:33 +0000 (13:04 +0000)
I apparently spent the last decade incorrectly believing that cmode +p hides channels from /LIST etc. Since that's not the case, add an additional sentence to +p's description clarifying this.

content/kb/using/channelmodes.md

index 2dc842280342a1ff8c9f32d54cf39df47985b70b..33d17f5c1887c01fb1b60ca67fcc5160628625b8 100644 (file)
@@ -25,7 +25,7 @@ preserve modes.
 | l<br>(join limit) | Takes a positive integer parameter. Limits the number of users who can be in the channel at the same time. |
 | m<br>(moderated) | Only opped and voiced users can send to the channel. This mode does not prevent users from changing nicks. |
 | n<br>(prevent external send) | Users outside the channel may not send messages to it. Keep in mind that bans and quiets will not apply to external users. |
-| p<br>(private) | The KNOCK command cannot be used on the channel, and users will not be shown the channel in whois output unless they share the channel with the requestor. |
+| p<br>(private) | The KNOCK command cannot be used on the channel, and users will not be shown the channel in whois output unless they share the channel with the requestor. The channel will still appear in channel lists and WHO output (set channel mode +s if this is not desired).|
 | q<br>(quiet) | Works like +b (ban user), but allows matching users to join the channel. |
 | Q<br>(block forwarded users) | Users cannot be forwarded (see +f above) to a channel with +Q. |
 | r<br>(block unidentified) | Prevents users who are not identified to services from joining the channel. |