]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Add +u user- and channelmode
authorChristian (Fuchs) Loosli <redacted>
Wed, 23 Oct 2019 20:59:30 +0000 (22:59 +0200)
committerChristel Dahlskjaer <redacted>
Mon, 17 Feb 2020 22:26:06 +0000 (22:26 +0000)
content/kb/using/channelmodes.md
content/kb/using/usermodes.md

index e73e1c1a95423e3cc06b3244c4059a540f4ebe9d..dac00d90c3e6f4491781e69c857aa9101279dcf1 100644 (file)
@@ -34,6 +34,7 @@ To unset a mode, use `/mode #channel -(mode)`
 | s<br>(secret) | This channel will not appear on channel lists or WHO or WHOIS output unless you are on it. |
 | S<br>(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<br>(ops topic) | Only channel operators may set the channel topic. |
+| u<br>(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<br>(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
index 0dd0c2ebfd81fc2768a26080474b52a3941bbf98..1bbc52eae6c7ea0e453d597ebfcf13a5bac0c59a 100644 (file)
@@ -18,6 +18,7 @@ every time you connect—most clients can automate this for you.
 | i<br>(invisible) | Hides you from global WHO/WHOIS by normal users, and shows only shared channels in /WHOIS output. |
 | Q<br>(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<br>(block unidentified) | Ignores private messages from users who are not identified with services. |
+| u<br>(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<br>(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<br>(connected securely) | Set automatically by the network when you connect via SSL/TLS. |