ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/modes.txt
Revision: 9157
Committed: Mon Jan 13 14:56:38 2020 UTC (6 years, 6 months ago) by michael
Content type: text/plain
File size: 4473 byte(s)
Log Message:
- Replaced most occurences of 'SSL' with 'TLS'

File Contents

# Content
1 User and Channel Modes Guide
2 ----------------------------
3
4 Upon connecting to the IRC server, you will see something like this:
5
6 irc.ircd-hybrid.org hybrid-8.2.24 DFGHRSWabcdefgijklnopqrsuwy bchiklmnoprstuveCILMNORST bkloveIh
7
8 These describe the user modes, channel modes, and channel modes that require
9 arguments that are available to the user.
10
11 Here is a guide to the preceding modes:
12
13 User Modes:
14
15 +a - admin - Admin status. Can for example see IP addresses in "STATS c"
16 +b - bots - See bot and drone flooding notices
17 +c - cconn - Client connection/quit notices
18 +D - deaf - Don't receive channel messages
19 +d - debug - See debugging notices
20 +e - external - See remote server connection and split notices
21 +f - full - See auth {} block full notices
22 +F - farconnect - See remote client connection/quit notices
23 +G - softcallerid - Server Side Ignore for users not on your channels
24 +g - callerid - Server Side Ignore (see modeg.txt)
25 +H - hidden - Hides IRC operator status to other users
26 +i - invisible - Not shown in NAMES or WHO unless you share a channel
27 +j - rej - See rejected client notices
28 +k - skill - See server generated KILL messages
29 +l - locops - See LOCOPS messages
30 +n - nchange - See client nick changes
31 +o - oper - IRC operator status
32 +p - hidechans - Hides channel list in WHOIS
33 +q - hideidle - Hides idle and signon time in WHOIS
34 +r - registered - User has been registered and identified for its nick.
35 Can be set only by servers and services.
36 +R - regonly - Only registered clients may message you
37 +s - servnotice - See general server notices
38 +S - secure - Client is connected via TLS
39 +u - unauth - See unauthorized client notices
40 +w - wallop - See server generated WALLOPS
41 +W - webirc - User is connected using a webirc gateway
42 +X - expiration - See *LINE expiration notices
43 +y - spy - See ADMIN, LINKS, MOTD, STATS, TRACE notices
44
45 Channel Modes:
46
47 +b - ban - Channel ban on nick!user@host
48 +c - noctrls - Prevent users from sending messages containing control codes to the channel
49 +C - noctcps - Prevent users from sending CTCPs to the channel
50 +e - exempt - Exemption from bans
51 +h - halfop - Half-Op status
52 +I - invex - Invite exceptions, nick!user@host does not need to be explicitly INVITE'd
53 into the channel before being able JOIN
54 +i - invite - Invite only
55 +k - key - Key/password for the channel
56 +l - limit - Limit the number of users in a channel
57 +m - moderated - Users without +v/h/o cannot send text to the channel
58 +L - extlimit - Channel can make use of the extended ban list limit. Can be set only by irc-operators,
59 servers and services.
60 +M - modreg - Unregistered/unidentified clients cannot send text to the channel
61 +N - nonickchange - This will prevent any user who isn't opped or half-opped (+o/+h) from changing their
62 nick while in the channel.
63 +n - noexternal - Users must be in the channel to send text to it
64 +o - chanop - Full operator status
65 +O - operonly - This mode will prevent anyone who hasn't obtained irc-operator status from joining the
66 channel. Can be set only by irc-operators, servers and services.
67 +p - private - Private is obsolete, this now restricts KNOCK, and can be set at the same time as +s.
68 +r - registered - Channel has been registered. Can be set only by servers and services.
69 +R - regonly - Only registered clients may join a channel with that mode set
70 +s - secret - The channel does not show up on NAMES or LIST or in the
71 WHOIS channel list unless you are a member of the channel
72 +S - secureonly - This mode will prevent anyone who isn't securely connected via TLS from joining
73 the channel.
74 +t - topic - Only chanops and halfops can change the topic
75 +u - hidebmasks - Hides +b/+e/+I mode changes and lists to everyone except channel ops, and
76 half-ops (+o/+h)
77 +T - nonotice - Users without +v/h/o cannot send NOTICEs to the channel
78 +v - voice - Can speak in a moderated channel, and is exempt from flood restrictions
79
80 The third part of the 004 numeric lists channel modes that require arguments.
81 Currently these are bkloveIh.
82
83
84 # $Id$

Properties

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