]> jfr.im git - irc/rqf/shadowircd.git/blob - help/opers/cmode
[svn] - the new plan:
[irc/rqf/shadowircd.git] / help / opers / cmode
1 MODE <channel> <+|-><modes> [parameters]
2
3 CHANNELMODE - DESCRIPTION
4 ------------------------------------------------------------------------
5 NO 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
29 WITH 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
43 +b - Ban. Prevents a user from entering the channel, based on a
44 nick!ident@host match.
45 PARAMS: /mode #channel +b nick!user@host
46 +q - Quiet. Prevents a user from sending to the channel, based on a
47 nick!ident@host match.
48 PARAMS: /mode #channel +q nick!user@host
49 +e - Exempt. Allows a user to join a channel and send to it even if
50 they are banned (+b) or quieted (+q), based on a nick!ident@host
51 match.
52 PARAMS: /mode #channel +e nick!user@host
53 +I - Invite Exempt. Allows a user to join a +i channel without an
54 invite, based on a nick!user@host match.
55 PARAMS: /mode #channel +I nick!user@host