ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/cmode
(Generate patch)

Comparing:
ircd-hybrid-7.2/help/opers/cmode (file contents), Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
ircd-hybrid/trunk/help/cmode (file contents), Revision 5464 by michael, Wed Feb 4 18:20:56 2015 UTC

# Line 1 | Line 1
1 # $Id$
1   MODE <channel> <+|-><modes> [parameters]
2  
3   =-=-=-=-=-=-=-=-=-=-=
# Line 11 | Line 10 | MODE <channel> <+|-><modes> [parameters]
10   NO PARAMETERS:
11   --------------
12  
13 +     +c     - 'No control codes'.  Prevent users from sending messages containing
14 +              control codes to the channel
15 +
16       +n     - 'No external messages'.  This will prevent any user who
17                isn't in the channel from sending messages to the channel.
18  
# Line 20 | Line 22 | NO PARAMETERS:
22       +s     - 'Secret'.  This will prevent the channel from being shown
23                in a /whois, and in the channel list.
24  
25 <     +p     - 'Private'.
25 >     +p     - 'Paranoia'. Controls whether halfops may invite users
26 >              into a channel or whether they may kick other members of a
27 >              channel.
28  
29       +m     - 'Moderated'.  This will prevent any user who isn't opped,
30                half-opped or voiced (+o/+h/+v) from talking in the channel.
# Line 29 | Line 33 | NO PARAMETERS:
33                channel who hasn't received an /invite or whose host isn't in
34                the +I list.
35  
36 +     +r     - 'Registered'. Channel has been registered with ChanServ.
37 +              This mode can be set by servers only.
38 +
39 +     +C     - 'No CTCPs'. Prevent users from sending CTCPs to the channel.
40 +
41 +     +M     - 'Modreg'. Unregistered/unidentified clients cannot send text to
42 +              the channel
43 +
44 +     +O     - 'IRCOps only'. This will prevent anyone who hasn't obtained
45 +              IRCOp status from joining your channel. Can be set by an IRCOp
46 +              only.
47 +
48 +     +R     - 'Registered only'. Only registered clients may join a channel
49 +              with that mode set
50 +
51 +     +S     - 'SSL only'. This will prevent anyone who isn't securely connected
52 +              via SSL/TLS from joining your channel.
53 +
54  
55   WITH PARAMETERS:
56   ----------------
# Line 77 | Line 99 | WITH PARAMETERS:
99                invite-only (+i) channel, based on a nick!user@host match.
100  
101                PARAMS: /mode #channel +IIII n!u@h1b n!u@h2b n!u@h3b n!u@h4
80

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)