ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/opers/cmode
Revision: 1443
Committed: Wed Jun 20 19:45:40 2012 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/help/opers/cmode
File size: 3555 byte(s)
Log Message:
- Update documents to reflect new channel-/usermodes

File Contents

# User Rev Content
1 knight 31 # $Id$
2 adx 30 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 michael 1204 +p - 'Paranoia'. Controls whether halfops may invite users
24 michael 341 into a channel or whether they may kick other members of a
25     channel.
26 adx 30
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 michael 1204 +r - 'Registered'. Channel has been registered with ChanServ.
35     This mode can be set by servers only.
36    
37 michael 1189 +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 adx 30
41 michael 1443 +R - 'Registered only'.- Only registered clients may join a channel
42     with that mode set
43    
44 michael 1189 +S - 'SSL only'. This will prevent anyone who isn't securely connected
45     via SSL/TLS from joining your channel.
46    
47    
48 adx 30 WITH PARAMETERS:
49     ----------------
50    
51     +k - 'Key'. This will require users joining to know the key,
52     they must then use /join #channel KEY
53    
54     PARAMS: /mode #channel +k key
55    
56     +l - 'Limit'. This will prevent more than LIMIT number of people
57     in the channel at any time.
58    
59     PARAMS: /mode #channel +l limit
60    
61     +v - 'Voice'. This will allow a user to talk in a moderated (+m)
62     channel. Shown by the +nick flag.
63    
64     PARAMS: /mode #channel +vvvv nick1 nick2 nick3 nick4
65    
66     +h - 'Half-op'. This will allow a user to set all of the above
67     modes, (and some more below..), whilst stopping the user
68     from doing harm to the channel. Users who are +h CANNOT
69     kick opped (+o) users, or set modes +h/-h/+o/-o.
70    
71     They can perform all other modes, and can kick regular users.
72    
73     PARAMS: /mode #channel +hhhh nick1 nick2 nick3 nick4
74    
75     +o - 'Op'. This gives the user full control over the channel.
76     An opped user may op other users, set any mode, and
77     remove ops from whoever they want.
78    
79     PARAMS: /mode #channel +oooo nick1 nick2 nick3 nick4
80    
81     +b - 'Ban'. This will prevent a user from entering the channel,
82     based on a nick!ident@host match.
83    
84     PARAMS: /mode #channel +bbbb n!u@h1b n!u@h2b n!u@h3b n!u@h4
85    
86     +e - 'Exempt'. This will allow a user to join a channel even if
87     they are banned (+b), based on a nick!ident@host match.
88    
89     PARAMS: /mode #channel +eeee n!u@h1b n!u@h2b n!u@h3b n!u@h4
90    
91     +I - 'Invite Exempt'. This will allow a user to join an
92     invite-only (+i) channel, based on a nick!user@host match.
93    
94     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