ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/help/opers/cmode
Revision: 1204
Committed: Tue Aug 23 20:12:40 2011 UTC (14 years, 11 months ago) by michael
File size: 3444 byte(s)
Log Message:
- update help/opers/cmode

File Contents

# Content
1 # $Id$
2 MODE <channel> <+|-><modes> [parameters]
3
4 =-=-=-=-=-=-=-=-=-=-=
5 CHANNELMODES
6 =-=-=-=-=-=-=-=-=-=-=
7
8 MODE - DESCRIPTION
9 ------------------------------------------------------------------------
10
11 NO PARAMETERS:
12 --------------
13
14 +n - 'No external messages'. This will prevent any user who
15 isn't in the channel from sending messages to the channel.
16
17 +t - 'Ops Topic'. This will prevent any user who isn't opped,
18 or half-opped (+o/+h) from setting a channel topic.
19
20 +s - 'Secret'. This will prevent the channel from being shown
21 in a /whois, and in the channel list.
22
23 +p - 'Paranoia'. Controls whether halfops may invite users
24 into a channel or whether they may kick other members of a
25 channel.
26
27 +m - 'Moderated'. This will prevent any user who isn't opped,
28 half-opped or voiced (+o/+h/+v) from talking in the channel.
29
30 +i - 'Invite only'. This will prevent anyone from joining your
31 channel who hasn't received an /invite or whose host isn't in
32 the +I list.
33
34 +r - 'Registered'. Channel has been registered with ChanServ.
35 This mode can be set by servers only.
36
37 +O - 'IRCOps only'. This will prevent anyone who hasn't obtained
38 IRCOp status from joining your channel. Can be set by an IRCOp
39 only.
40
41 +S - 'SSL only'. This will prevent anyone who isn't securely connected
42 via SSL/TLS from joining your channel.
43
44
45 WITH PARAMETERS:
46 ----------------
47
48 +k - 'Key'. This will require users joining to know the key,
49 they must then use /join #channel KEY
50
51 PARAMS: /mode #channel +k key
52
53 +l - 'Limit'. This will prevent more than LIMIT number of people
54 in the channel at any time.
55
56 PARAMS: /mode #channel +l limit
57
58 +v - 'Voice'. This will allow a user to talk in a moderated (+m)
59 channel. Shown by the +nick flag.
60
61 PARAMS: /mode #channel +vvvv nick1 nick2 nick3 nick4
62
63 +h - 'Half-op'. This will allow a user to set all of the above
64 modes, (and some more below..), whilst stopping the user
65 from doing harm to the channel. Users who are +h CANNOT
66 kick opped (+o) users, or set modes +h/-h/+o/-o.
67
68 They can perform all other modes, and can kick regular users.
69
70 PARAMS: /mode #channel +hhhh nick1 nick2 nick3 nick4
71
72 +o - 'Op'. This gives the user full control over the channel.
73 An opped user may op other users, set any mode, and
74 remove ops from whoever they want.
75
76 PARAMS: /mode #channel +oooo nick1 nick2 nick3 nick4
77
78 +b - 'Ban'. This will prevent a user from entering the channel,
79 based on a nick!ident@host match.
80
81 PARAMS: /mode #channel +bbbb n!u@h1b n!u@h2b n!u@h3b n!u@h4
82
83 +e - 'Exempt'. This will allow a user to join a channel even if
84 they are banned (+b), based on a nick!ident@host match.
85
86 PARAMS: /mode #channel +eeee n!u@h1b n!u@h2b n!u@h3b n!u@h4
87
88 +I - 'Invite Exempt'. This will allow a user to join an
89 invite-only (+i) channel, based on a nick!user@host match.
90
91 PARAMS: /mode #channel +IIII n!u@h1b n!u@h2b n!u@h3b n!u@h4

Properties

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