ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/help/cmode
Revision: 1674
Committed: Fri Nov 23 21:00:02 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/help/opers/cmode
File size: 3548 byte(s)
Log Message:
- Minor cleanups to m_help.c, also helpfiles may no longer contain #comments

File Contents

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