From: Christian (Fuchs) Loosli Date: Wed, 23 Oct 2019 20:59:30 +0000 (+0200) Subject: Add +u user- and channelmode X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/f9e2b5bdf2c0f7be601b90fa1ba7d4636d9538f5?hp=8b32e07fd2a5260084b7c5f4353a5d7978429454 Add +u user- and channelmode --- diff --git a/content/kb/using/channelmodes.md b/content/kb/using/channelmodes.md index e73e1c1a9..dac00d90c 100644 --- a/content/kb/using/channelmodes.md +++ b/content/kb/using/channelmodes.md @@ -34,6 +34,7 @@ To unset a mode, use `/mode #channel -(mode)` | s
(secret) | This channel will not appear on channel lists or WHO or WHOIS output unless you are on it. | | S
(SSL-only) | Only users connected via SSL may join the channel while this mode is set. Users already in the channel are not affected. Keep in mind that this also blocks all webchat users, as they are not marked as connected via SSL. | | t
(ops topic) | Only channel operators may set the channel topic. | +| u
(unfiltered) | Receive messages that are filtered server side by freenode based on content, usually spam. Set +u if you want the channel to receive these messages. Also see the corresponding user mode. | | z
(reduced moderation) | The effects of +b, +q, and +m are relaxed. For each message, if that message would normally be blocked by one of these modes, it is instead sent to channel operators (+o). | # Restricted channel modes diff --git a/content/kb/using/usermodes.md b/content/kb/using/usermodes.md index 0dd0c2ebf..1bbc52eae 100644 --- a/content/kb/using/usermodes.md +++ b/content/kb/using/usermodes.md @@ -18,6 +18,7 @@ every time you connect—most clients can automate this for you. | i
(invisible) | Hides you from global WHO/WHOIS by normal users, and shows only shared channels in /WHOIS output. | | Q
(disable forwarding) | Prevents channel forwards from affecting you. If a channel's modes prevent you from joining, you will receive the relevant error message regardless of any forwards. | | R
(block unidentified) | Ignores private messages from users who are not identified with services. | +| u
(unfiltered) | Receive messages that are filtered server side by freenode based on content, usually spam. Set +u if you want to receive these messages. Also see the corresponding channel mode. | | w
(see wallops) | Subscribes you to /wallops messages from freenode staff. Used infrequently to highlight interesting announcements from the FOSS community. You will receive important network announcements irrespective of this setting. | | Z
(connected securely) | Set automatically by the network when you connect via SSL/TLS. |