ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/cmode
Revision: 32
Committed: Sun Oct 2 20:41:23 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/help/opers/cmode
File size: 2876 byte(s)
Log Message:
- svn:keywords

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 - 'Private'.
24
25 +m - 'Moderated'. This will prevent any user who isn't opped,
26 half-opped or voiced (+o/+h/+v) from talking in the channel.
27
28 +i - 'Invite only'. This will prevent anyone from joining your
29 channel who hasn't received an /invite or whose host isn't in
30 the +I list.
31
32
33 WITH PARAMETERS:
34 ----------------
35
36 +k - 'Key'. This will require users joining to know the key,
37 they must then use /join #channel KEY
38
39 PARAMS: /mode #channel +k key
40
41 +l - 'Limit'. This will prevent more than LIMIT number of people
42 in the channel at any time.
43
44 PARAMS: /mode #channel +l limit
45
46 +v - 'Voice'. This will allow a user to talk in a moderated (+m)
47 channel. Shown by the +nick flag.
48
49 PARAMS: /mode #channel +vvvv nick1 nick2 nick3 nick4
50
51 +h - 'Half-op'. This will allow a user to set all of the above
52 modes, (and some more below..), whilst stopping the user
53 from doing harm to the channel. Users who are +h CANNOT
54 kick opped (+o) users, or set modes +h/-h/+o/-o.
55
56 They can perform all other modes, and can kick regular users.
57
58 PARAMS: /mode #channel +hhhh nick1 nick2 nick3 nick4
59
60 +o - 'Op'. This gives the user full control over the channel.
61 An opped user may op other users, set any mode, and
62 remove ops from whoever they want.
63
64 PARAMS: /mode #channel +oooo nick1 nick2 nick3 nick4
65
66 +b - 'Ban'. This will prevent a user from entering the channel,
67 based on a nick!ident@host match.
68
69 PARAMS: /mode #channel +bbbb n!u@h1b n!u@h2b n!u@h3b n!u@h4
70
71 +e - 'Exempt'. This will allow a user to join a channel even if
72 they are banned (+b), based on a nick!ident@host match.
73
74 PARAMS: /mode #channel +eeee n!u@h1b n!u@h2b n!u@h3b n!u@h4
75
76 +I - 'Invite Exempt'. This will allow a user to join an
77 invite-only (+i) channel, based on a nick!user@host match.
78
79 PARAMS: /mode #channel +IIII n!u@h1b n!u@h2b n!u@h3b n!u@h4
80

Properties

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