| 1 |
– |
# $Id$ |
| 1 |
|
MODE <channel> <+|-><modes> [parameters] |
| 2 |
|
|
| 3 |
|
=-=-=-=-=-=-=-=-=-=-= |
| 19 |
|
+s - 'Secret'. This will prevent the channel from being shown |
| 20 |
|
in a /whois, and in the channel list. |
| 21 |
|
|
| 22 |
< |
+p - 'Private'. |
| 22 |
> |
+p - 'Paranoia'. Controls whether halfops may invite users |
| 23 |
> |
into a channel or whether they may kick other members of a |
| 24 |
> |
channel. |
| 25 |
|
|
| 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. |
| 30 |
|
channel who hasn't received an /invite or whose host isn't in |
| 31 |
|
the +I list. |
| 32 |
|
|
| 33 |
+ |
+r - 'Registered'. Channel has been registered with ChanServ. |
| 34 |
+ |
This mode can be set by servers only. |
| 35 |
+ |
|
| 36 |
+ |
+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 |
+ |
|
| 40 |
+ |
+R - 'Registered only'.- Only registered clients may join a channel |
| 41 |
+ |
with that mode set |
| 42 |
+ |
|
| 43 |
+ |
+S - 'SSL only'. This will prevent anyone who isn't securely connected |
| 44 |
+ |
via SSL/TLS from joining your channel. |
| 45 |
+ |
|
| 46 |
|
|
| 47 |
|
WITH PARAMETERS: |
| 48 |
|
---------------- |
| 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 |
| 80 |
– |
|