]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
help/*/umode: update help text for +g/+G
authorAaron Jones <redacted>
Sat, 11 Jul 2020 03:43:31 +0000 (03:43 +0000)
committerAaron Jones <redacted>
Sat, 11 Jul 2020 03:43:31 +0000 (03:43 +0000)
cf. https://github.com/charybdis-ircd/charybdis/pull/342

[ci skip]

help/opers/umode
help/users/umode

index 178752e61d190a4a8d8afee218de44484be89282..1442fe59a8003ecbe59b2db8f46e31b1c6aba5c2 100644 (file)
@@ -7,7 +7,8 @@ User modes: (* designates that the umode is oper only)
      USERMODE     DESCRIPTION
 -----------------------------------------------------------------
          +i     - Designates this client 'invisible'.
-         +g     - "caller id" mode only allow accept clients to message you
+         +g     - Deny users not on your /ACCEPT list from messaging you and
+                  inviting you to channels.
          +w     - Can see oper and server wallops.
        ? +h     - Has a cloaked host. May be +x depending on cloaking module
          +o     - Designates this client is an IRC Operator.
@@ -18,7 +19,9 @@ User modes: (* designates that the umode is oper only)
        * +z     - Can see operwalls.
        ? +C     - Prevents you from receiving CTCPs other than ACTION.
          +D     - Deaf - ignores all channel messages.
-         +G     - Allow users with common channels to bypass "caller id" mode.
+         +G     - Deny users not on your /ACCEPT list and not in a channel
+                  with you from messaging you and inviting you to channels.
+                  This is a softer form of +g.
          +Q     - Prevents you from being affected by channel forwarding.
          +R     - Prevents unidentified users that you have not accepted from
                   messaging you.
index b3b5b444aa992356d325c2ac1d392ddfcffa64ad..2d9430f3906ebefa3499d5132818536810a8087b 100644 (file)
@@ -9,11 +9,14 @@ User modes: (? designates that the umode is provided by an extension
                   Use the /oper command to attain this.
          +i     - Designates this client 'invisible'.
        ? +h     - Has a cloaked host. May be +x depending on cloaking module
-         +g     - "caller id" mode only allow accept clients to message you
+         +g     - Deny users not on your /ACCEPT list from messaging you and
+                  inviting you to channels.
          +w     - Can see oper wallops.
        ? +C     - Prevents you from receiving CTCPs other than ACTION.
          +D     - Deaf - ignores all channel messages.
-         +G     - Allow users with common channels to bypass "caller id" mode.
+         +G     - Deny users not on your /ACCEPT list and not in a channel
+                  with you from messaging you and inviting you to channels.
+                  This is a softer form of +g.
          +Q     - Prevents you from being affected by channel forwarding.
          +R     - Prevents unidentified users that you have not accepted from
                   messaging you.