]> jfr.im git - irc/rqf/shadowircd.git/blob - help/users/cmode
8ba2eb636a512f898cc10689a5f06b29625911d0
[irc/rqf/shadowircd.git] / help / users / 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, +b and +q are instead
20 sent to ops.
21 +L - Large ban list. Increase maximum number of +beIq entries.
22 Only settable by opers.
23 +P - Permanent. Channel does not disappear when empty. Only
24 settable by opers.
25 +F - Free target. Anyone may set forwards to this (otherwise
26 ops are necessary).
27 +Q - Disable forward. Users cannot be forwarded to the channel
28 (however, new forwards can still be set subject to +F).
29 +C - Disable CTCP. All CTCP messages to the channel, except ACTION,
30 are disallowed.
31 +D - Disable CTCP ACTION. All CTCP ACTIONs to the channel will
32 be blocked.
33 +T - Disable notice. All notices to the channel are disallowed.
34 +E - No kicks. Chanops will not be able to use /kick on this
35 channel.
36 +N - No nickchanges. People on the channel will not be able to
37 change nick.
38 +G - Block messages in all caps. Messages that are more than
39 50% capital letters will be blocked.
40 +J - Prevent autorejoin on kick. Users will not be able to
41 rejoin immediately after being kicked.
42 +K - No repeat messages. Messages that are the same as the
43 last message sent to the channel will be blocked.
44
45 WITH PARAMETERS:
46 +f - Forward. Forwards users who cannot join because of +i,
47 +j, +l or +r.
48 PARAMS: /mode #channel +f #channel2
49 +j - Join throttle. Limits number of joins to the channel per time.
50 PARAMS: /mode #channel +j count:time
51 +k - Key. Requires users to issue /join #channel KEY to join.
52 PARAMS: /mode #channel +k key
53 +l - Limit. Impose a maximum number of LIMIT people in the channel.
54 PARAMS: /mode #channel +l limit
55 +v - Voice. Allows a user to talk in a +m channel. Noted by +nick.
56 PARAMS: /mode #channel +v nick
57 +h - Halfop. Grants channel half-operator status.
58 PARAMS: /mode #channel +h nick
59 +o - Op. Grants channel operator status.
60 PARAMS: /mode #channel +o nick
61 +a - Admin. Grants channel administrator status.
62 PARAMS: /mode #channel +a nick
63 +b - Ban. Prevents a user from entering the channel, and from
64 sending or changing nick if they are on it, based on a
65 nick!ident@host match.
66 PARAMS: /mode #channel +b nick!user@host
67 +q - Quiet. Prevents a user from sending to the channel or changing
68 nick, based on a nick!ident@host match.
69 PARAMS: /mode #channel +q nick!user@host
70 +e - Exempt. Allows a user to join a channel and send to it even if
71 they are banned (+b) or quieted (+q), based on a nick!ident@host
72 match.
73 PARAMS: /mode #channel +e nick!user@host
74 +I - Invite Exempt. Allows a user to join a +i channel without an
75 invite, based on a nick!user@host match.
76 PARAMS: /mode #channel +I nick!user@host