ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/umode
Revision: 2246
Committed: Sun Jun 16 10:48:39 2013 UTC (12 years, 2 months ago) by michael
File size: 1967 byte(s)
Log Message:
- 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.

File Contents

# Content
1 MODE <nick> <+|-><modes>
2
3 Usermodes: (* designates that the umode is oper only)
4
5 USERMODE DESCRIPTION
6 -----------------------------------------------------------------
7 +o - Designates this client is an IRC Operator.
8 Use the /oper command to attain this.
9 +i - Designates this client 'invisible'.
10 * +w - Can see server wallops.
11 * +z - Can see oper wallops.
12 * +l - Can see oper locops (local wallops).
13 * +c - Can see client connections and exits.
14 * +u - Can see unauthorized client connections.
15 * +j - Can see 'rejected' client notices.
16 * +k - Can see server kill messages.
17 * +f - Can see 'I-line is full' notices.
18 * +F - Can see remote client connection/quit notices
19 +x - User's host has been spoofed by services.
20 This mode can be set by servers and services only.
21 * +y - Can see stats/links/admin requests to name a few.
22 * +d - Can see server debug messages.
23 * +n - Can see client nick changes.
24 +r - User has been registered and identified for its nick.
25 This mode can be set by servers and services only.
26 +R - Only registered clients may message you.
27 * +s - Can see generic server messages and oper kills.
28 +S - Client is connected via SSL/TLS
29 * +e - Can see new server introduction and split messages.
30 * +b - Can see possible bot / join flood warnings.
31 * +a - Is marked as a server admin in stats p/o.
32 +D - "deaf": don't receive channel messages
33 +G - "soft caller id": block private messages from people not on
34 any common channels with you (unless they are /accept'ed)
35 +g - "caller id" mode: only allow /accept clients to message you
36 * +H - Operator status is hidden to other users.

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision