]> jfr.im git - solanum.git/blame_incremental - help/opers/cmode
check bans and quiets for cmode -n/nonmember PRIVMSG
[solanum.git] / help / opers / cmode
... / ...
CommitLineData
1MODE <channel> <+|-><modes> [parameters]
2
3? designates that the cmode is provided by an extension
4and may not be present on this server.
5
6CHANNELMODE - DESCRIPTION
7------------------------------------------------------------------------
8NO PARAMETERS:
9 +n - No external messages. Only channel members may talk in
10 the channel.
11 +t - Ops Topic. Only opped (+o) users may set the topic.
12 +s - Secret. Channel will not be shown in /whois and /list etc.
13 +p - Private. Disables /knock to the channel.
14 +m - Moderated. Only opped/voiced users may talk in channel.
15 +i - Invite only. Users need to be invited or match a +I to
16 join the channel.
17 +r - Registered users only. Only users identified to services
18 may join.
19 ? +R - Blocks messages from unregistered users. Only users
20 identified to services may talk in the channel.
21 +c - No color. All markup (color, bold, underline, etc.) in
22 messages is stripped.
23 +g - Free invite. Everyone may invite users. Significantly
24 weakens +i control.
25 ? +u - Unfiltered. Receive messages that would otherwise be filtered
26 server side based on content.
27 +z - Op moderated. Messages blocked by +m, +b and +q are instead
28 sent to ops.
29 +L - Large ban list. Increase maximum number of +beIq entries.
30 Only settable by opers.
31 +P - Permanent. Channel does not disappear when empty. Only
32 settable by opers.
33 +F - Free target. Anyone may set forwards to this (otherwise
34 ops are necessary).
35 +Q - Disable forward. Users cannot be forwarded to the channel
36 (however, new forwards can still be set subject to +F).
37 +C - Disable CTCP. All CTCP messages to the channel, except ACTION,
38 are disallowed.
39 ? +O - IRC Operator only channel.
40 ? +M - IRC Operators can not be kicked. Only settable by opers. Only
41 viewable by opers.
42 ? +A - IRC server administrator only channel.
43 ? +T - No NOTICEs allowed in the channel.
44 ? +S - Only users connected via SSL/TLS may join the channel while this
45 mode is set. Users already in the channel are not affected.
46
47WITH PARAMETERS:
48 +f - Forward. Forwards users who cannot join because of +i,
49 +j, +l or +r.
50 PARAMS: /mode #channel +f #channel2
51 +j - Join throttle. Limits number of joins to the channel per time.
52 PARAMS: /mode #channel +j count:time
53 +k - Key. Requires users to issue /join #channel KEY to join.
54 PARAMS: /mode #channel +k key
55 +l - Limit. Impose a maximum number of LIMIT people in the channel.
56 PARAMS: /mode #channel +l limit
57 +v - Voice. Allows a user to talk in a +m channel. Noted by +nick.
58 PARAMS: /mode #channel +v nick
59 +o - Op. Allows a user full control over the channel.
60 PARAMS: /mode #channel +o nick
61 +b - Ban. Prevents a user from entering the channel, and from
62 sending or changing nick if they are on it, based on a
63 nick!ident@host match.
64 PARAMS: /mode #channel +b nick!user@host
65 +q - Quiet. Prevents a user from sending to the channel or changing
66 nick, based on a nick!ident@host match.
67 PARAMS: /mode #channel +q nick!user@host
68 +e - Exempt. Allows a user to join a channel and send to it even if
69 they are banned (+b) or quieted (+q), based on a nick!ident@host
70 match.
71 PARAMS: /mode #channel +e nick!user@host
72 +I - Invite Exempt. Allows a user to join a +i channel without an
73 invite, based on a nick!user@host match.
74 PARAMS: /mode #channel +I nick!user@host