]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - content/kb/using/channelmodes.md
Stick to using TLS unless referring to a specific client (#460)
[irc/freenode/web-7.0.git] / content / kb / using / channelmodes.md
index 30be7a92b0c8b8880372d101a82639fe08a77990..d2a688069426daf1391e310d5f54835ea36ec33f 100644 (file)
@@ -7,6 +7,8 @@ channel modes and `/msg chanserv info #channel` to list modes set with MLOCK.
 All channel modes will be lost when a channel becomes empty. Enable GUARD to
 preserve modes.
 
+To set a mode, use `/mode #channel +(mode)` replacing `(mode)` with the letter that corresponds to the mode. 
+To unset a mode, use `/mode #channel -(mode)` 
 
 # Available channel modes
 | Mode (name) | Description |
@@ -30,6 +32,15 @@ preserve modes.
 | 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. |
 | 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. |
+| S<br>(TLS-only) | Only users connected via TLS 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 TLS. |
 | 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
+The following channel modes can only be added by freenode staff.
+
+| Mode (Name)        | Description                               |
+|--------------------|-------------------------------------------|
+| L (Large Ban List) | Increase maximum number of +beIq entries. |
+| P (Permanent)      | Channel does not disappear when empty.    |