From 0df422f5b0c7dd853dfb3fbd7a3500cc62e1bf56 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Sat, 11 Jul 2020 03:43:31 +0000 Subject: [PATCH] help/*/umode: update help text for +g/+G cf. https://github.com/charybdis-ircd/charybdis/pull/342 [ci skip] --- help/opers/umode | 7 +++++-- help/users/umode | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/help/opers/umode b/help/opers/umode index 178752e6..1442fe59 100644 --- a/help/opers/umode +++ b/help/opers/umode @@ -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. diff --git a/help/users/umode b/help/users/umode index b3b5b444..2d9430f3 100644 --- a/help/users/umode +++ b/help/users/umode @@ -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.