From ef672ecfcc78b21f04143c6f21c5450c972cdffc Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 16 Jun 2013 10:58:28 +0000 Subject: - Add usermode 'S' (client is connecte via SSL/TLS). Allows services to keep track of what users are connected via SSL, and allows to see ssl-status of remote clients in a /whois git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2247 82007160-df01-0410-b94d-b575c5fd34c7 --- help/umode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'help/umode') diff --git a/help/umode b/help/umode index f7b0c47..f6ce160 100644 --- a/help/umode +++ b/help/umode @@ -10,7 +10,6 @@ Usermodes: (* designates that the umode is oper only) * +w - Can see server wallops. * +z - Can see oper wallops. * +l - Can see oper locops (local wallops). - * +s - Can see generic server messages and oper kills. * +c - Can see client connections and exits. * +u - Can see unauthorized client connections. * +j - Can see 'rejected' client notices. @@ -25,6 +24,8 @@ Usermodes: (* designates that the umode is oper only) +r - User has been registered and identified for its nick. This mode can be set by servers and services only. +R - Only registered clients may message you. + * +s - Can see generic server messages and oper kills. + +S - Client is connected via SSL/TLS * +e - Can see new server introduction and split messages. * +b - Can see possible bot / join flood warnings. * +a - Is marked as a server admin in stats p/o. -- cgit