| 1 |
– |
# $Id$ |
| 1 |
|
MODE <channel> <+|-><modes> [parameters] |
| 2 |
|
|
| 3 |
|
=-=-=-=-=-=-=-=-=-=-= |
| 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 |
|
|
| 22 |
|
+s - 'Secret'. This will prevent the channel from being shown |
| 23 |
|
in a /whois, and in the channel list. |
| 24 |
|
|
| 25 |
< |
+p - 'Paranoia'. Controls whether halfops may invite users |
| 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 |
|
|
| 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 |
+ |
Can be set only by servers and services. |
| 38 |
+ |
|
| 39 |
+ |
+u - 'Hide bmasks'. Hides +b/+e/+I mode changes and lists to everyone |
| 40 |
+ |
except channel ops, and half-ops (+o/+h). |
| 41 |
+ |
|
| 42 |
+ |
+C - 'No CTCPs'. Prevent users from sending CTCPs to the channel. |
| 43 |
+ |
|
| 44 |
+ |
+L - 'Large ban list'. Channel can make use of the extended ban list |
| 45 |
+ |
limit. Can be set only by irc-operators, servers and services. |
| 46 |
+ |
|
| 47 |
+ |
+M - 'Modreg'. Unregistered/unidentified clients cannot send text to |
| 48 |
+ |
the channel |
| 49 |
+ |
|
| 50 |
+ |
+N - 'No nick changes'. This will prevent any user who isn't opped or |
| 51 |
+ |
half-opped (+o/+h) from changing their nick while in the channel. |
| 52 |
+ |
|
| 53 |
+ |
+O - 'IRCOps only'. This will prevent anyone who hasn't obtained |
| 54 |
+ |
irc-operator status from joining your channel. Can be set only |
| 55 |
+ |
by irc-operators, servers and services. |
| 56 |
+ |
|
| 57 |
+ |
+R - 'Registered only'. Only registered clients may join a channel |
| 58 |
+ |
with that mode set |
| 59 |
+ |
|
| 60 |
+ |
+S - 'Secure only'. This will prevent anyone who isn't securely connected |
| 61 |
+ |
via TLS from joining your channel. |
| 62 |
+ |
|
| 63 |
+ |
+T - 'No Notices'. This will prevent any user who isn't opped, |
| 64 |
+ |
half-opped or voiced (+o/+h/+v) from sending channel notices. |
| 65 |
+ |
|
| 66 |
|
|
| 67 |
|
WITH PARAMETERS: |
| 68 |
|
---------------- |
| 111 |
|
invite-only (+i) channel, based on a nick!user@host match. |
| 112 |
|
|
| 113 |
|
PARAMS: /mode #channel +IIII n!u@h1b n!u@h2b n!u@h3b n!u@h4 |
| 82 |
– |
|