]> jfr.im git - irc/rqf/shadowircd.git/blame - help/opers/cmode
Update client.h.
[irc/rqf/shadowircd.git] / help / opers / cmode
CommitLineData
212380e3 1MODE <channel> <+|-><modes> [parameters]
2
3CHANNELMODE - DESCRIPTION
4------------------------------------------------------------------------
5NO PARAMETERS:
6 +n - No external messages. Only channel members may talk in
7 the channel.
8 +t - Ops Topic. Only opped (+o) users may set the topic.
9 +s - Secret. Channel will not be shown in /whois and /list etc.
10 +p - Private. Disables /knock to the channel.
11 +m - Moderated. Only opped/voiced users may talk in channel.
12 +i - Invite only. Users need to be /invite'd or match a +I to
13 join the channel.
14 +r - Registered users only. Only users identified to services
15 may join.
16 +c - No color. All color codes in messages are stripped.
17 +g - Free invite. Everyone may invite users. Significantly
18 weakens +i control.
19 +z - Op moderated. Messages blocked by +m are instead sent to ops.
20 +L - Large ban list. Increase maximum number of +beIq entries.
21 Only settable by opers.
22 +P - Permanent. Channel does not disappear when empty. Only
23 settable by opers.
24 +F - Free target. Anyone may set forwards to this (otherwise
25 ops are necessary).
26 +Q - Disable forward. Users cannot be forwarded to the channel
27 (however, new forwards can still be set subject to +F).
28
29WITH PARAMETERS:
30 +f - Forward. Forwards users who cannot join because of +i,
31 +j, +l or +r.
32 PARAMS: /mode #channel +f #channel2
33 +j - Join throttle. Limits number of joins to the channel per time.
34 PARAMS: /mode #channel +j count:time
35 +k - Key. Requires users to issue /join #channel KEY to join.
36 PARAMS: /mode #channel +k key
37 +l - Limit. Impose a maximum number of LIMIT people in the channel.
38 PARAMS: /mode #channel +l limit
39 +v - Voice. Allows a user to talk in a +m channel. Noted by +nick.
40 PARAMS: /mode #channel +v nick
41 +o - Op. Allows a user full control over the channel.
42 PARAMS: /mode #channel +o nick
b279c691
JT
43 +b - Ban. Prevents a user from entering the channel, and from
44 sending or changing nick if they are on it, based on a
212380e3 45 nick!ident@host match.
46 PARAMS: /mode #channel +b nick!user@host
b279c691
JT
47 +q - Quiet. Prevents a user from sending to the channel or changing
48 nick, based on a nick!ident@host match.
212380e3 49 PARAMS: /mode #channel +q nick!user@host
50 +e - Exempt. Allows a user to join a channel and send to it even if
51 they are banned (+b) or quieted (+q), based on a nick!ident@host
52 match.
53 PARAMS: /mode #channel +e nick!user@host
54 +I - Invite Exempt. Allows a user to join a +i channel without an
55 invite, based on a nick!user@host match.
56 PARAMS: /mode #channel +I nick!user@host