From: jess Date: Mon, 12 Apr 2021 23:46:31 +0000 (+0100) Subject: umode +R kicks in before +g "x is trying to message you" notifications (#473) X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/4020e3b5c8f6623a7349e3c56f1ee1bc8f922a90?hp=ef59e35c628001b4ec6d84e466ea9cdeafd14f6c umode +R kicks in before +g "x is trying to message you" notifications (#473) Co-authored-by: Svante Bengtson Co-authored-by: Eric Mertens --- diff --git a/content/kb/using/usermodes.md b/content/kb/using/usermodes.md index 1bbc52eae..2dbd43910 100644 --- a/content/kb/using/usermodes.md +++ b/content/kb/using/usermodes.md @@ -14,7 +14,7 @@ every time you connect—most clients can automate this for you. # Available user modes | Mode (name) | Description | | ----------- | ----------- | -| g
(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
(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
(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. |