ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/doc/modes.txt
Revision: 8039
Committed: Sat Mar 18 16:18:51 2017 UTC (9 years, 4 months ago) by michael
Content type: text/plain
File size: 4269 byte(s)
Log Message:
- Implement channel mode 'u' which hides bmasks (+b/+e/+I) to non-chanops everywhere

File Contents

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

Properties

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