ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/umode
Revision: 9775
Committed: Thu Dec 3 15:50:23 2020 UTC (5 years, 7 months ago) by michael
File size: 1885 byte(s)
Log Message:
User mode `B` has been implemented. Clients with that mode set are marked as a bot
in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as
the `bot` directive is set in `general::oper_only_umodes`), servers, and services.

This mode can for example be used to mark HOPM as official network bot.

File Contents

# User Rev Content
1 adx 30 MODE <nick> <+|-><modes>
2    
3 michael 6152 User modes: (* designates that the umode is oper only)
4 adx 30
5 michael 6152 USER MODE DESCRIPTION
6 adx 30 -----------------------------------------------------------------
7 michael 6152 * 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     W - User is connected using a webirc gateway.
12     * l - Can see oper locops (local wallops).
13 michael 9775 * B - Marks the client as being a bot
14 michael 6152 * c - Can see client connections and exits.
15     * j - Can see 'rejected' client notices.
16     * k - Can see server kill messages.
17 michael 9641 * f - Can see possible flood/spam warnings.
18 michael 6152 * F - Can see remote client connection/quit notices.
19     * y - Can see stats/links/admin requests to name a few.
20     * d - Can see server debug messages.
21     * n - Can see client nick changes.
22     p - Hides channel list in WHOIS.
23     q - Hides idle and signon time in WHOIS.
24     r - User has been registered and identified for its nick.
25 michael 8046 Can be set only by servers and services.
26 michael 6152 R - Only registered clients may message you.
27     s - Can see generic server messages and oper kills.
28 michael 9157 S - Client is connected via TLS (Transport Layer Security).
29 michael 6152 * e - Can see new server introduction and split messages.
30     * a - Is marked as a server admin in stats o/p.
31     D - "Deaf": don't receive channel messages.
32     G - "Soft Caller ID": block private messages from people not on
33     any common channels with you (unless they are accepted).
34     g - "Caller ID" mode: only allow accepted clients to message you.
35 michael 7022 * H - IRC operator status is hidden to other users.

Properties

Name Value
svn:eol-style native