]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
umode +R kicks in before +g "x is trying to message you" notifications (#473)
authorjess <redacted>
Mon, 12 Apr 2021 23:46:31 +0000 (00:46 +0100)
committerGitHub <redacted>
Mon, 12 Apr 2021 23:46:31 +0000 (16:46 -0700)
Co-authored-by: Svante Bengtson <redacted>
Co-authored-by: Eric Mertens <redacted>
content/kb/using/usermodes.md

index 1bbc52eae6c7ea0e453d597ebfcf13a5bac0c59a..2dbd439109e70430f3a69ee714ff04ef956e0348 100644 (file)
@@ -14,7 +14,7 @@ every time you connect—most clients can automate this for you.
 # Available user modes
 | Mode (name) | Description |
 | ----------- | ----------- |
-| g<br>(caller-id) | Ignores private messages from unknown users, instead informing you someone is attempting to message you. You can choose to receive messages with the `/accept` command. Messaging a user automatically accepts them. |
+| g<br>(caller-id) | Ignores private messages from unknown users, instead informing you someone is attempting to message you. You can choose to receive messages with the `/accept` command. Messaging a user automatically accepts them. Messages from unidentified users will still be blocked by +R. |
 | 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. |