help/*/umode: update help text for +g/+G
cf. https://github.com/charybdis-ircd/charybdis/pull/342 [ci skip]
This commit is contained in:
parent
077bedc4dd
commit
0df422f5b0
2 changed files with 10 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue