mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
don't use tabs
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3255 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5c17352f32
commit
7bc708b5c7
@ -4,81 +4,81 @@
|
|||||||
Irssi knows these channel modes:
|
Irssi knows these channel modes:
|
||||||
|
|
||||||
i - Invite only - People can't join to channel without being
|
i - Invite only - People can't join to channel without being
|
||||||
/INVITEd, or being in invite list (+I, see below).
|
/INVITEd, or being in invite list (+I, see below).
|
||||||
m - Moderated - People who don't have voices (+v) can't send
|
m - Moderated - People who don't have voices (+v) can't send
|
||||||
messages to channel
|
messages to channel
|
||||||
p - Private - People who aren't joined to channel can't see it
|
p - Private - People who aren't joined to channel can't see it
|
||||||
for example with /WHOISing people who are in channel.
|
for example with /WHOISing people who are in channel.
|
||||||
s - Secret - Like private, but the channel isn't displayed in
|
s - Secret - Like private, but the channel isn't displayed in
|
||||||
/LIST's output.
|
/LIST's output.
|
||||||
n - No external msgs - Without this mode, anyone can send messages
|
n - No external msgs - Without this mode, anyone can send messages
|
||||||
to channel without even being joined.
|
to channel without even being joined.
|
||||||
t - Topic can be changed only by channel operators.
|
t - Topic can be changed only by channel operators.
|
||||||
|
|
||||||
k <key> - Channel password (aka. key) - The channel can't be joined
|
k <key> - Channel password (aka. key) - The channel can't be joined
|
||||||
without specifying the channel key (see section 6.2).
|
without specifying the channel key (see section 6.2).
|
||||||
|
|
||||||
l <count> - User limit - No more than <count> people can join to
|
l <count> - User limit - No more than <count> people can join to
|
||||||
channel. This can be overridden with /INVITE with some
|
channel. This can be overridden with /INVITE with some
|
||||||
servers.
|
servers.
|
||||||
|
|
||||||
This is usually used for protecting channel from join
|
This is usually used for protecting channel from join
|
||||||
flooding, like some bot allows max. 5 users to join in
|
flooding, like some bot allows max. 5 users to join in
|
||||||
one minute or so.
|
one minute or so.
|
||||||
|
|
||||||
a - Anonymous - No-one's nick name, host or anything else can be
|
a - Anonymous - No-one's nick name, host or anything else can be
|
||||||
seen. All messages, joins, parts, modes, etc. are seen as coming
|
seen. All messages, joins, parts, modes, etc. are seen as coming
|
||||||
from nick "anonymous", this could be pretty confusing but nice
|
from nick "anonymous", this could be pretty confusing but nice
|
||||||
feature if you want total anonymity. This mode can only be set,
|
feature if you want total anonymity. This mode can only be set,
|
||||||
never unset. This mode isn't supported by all servers.
|
never unset. This mode isn't supported by all servers.
|
||||||
|
|
||||||
NOTE: there is/was one bug :) Channel operators can guess if some
|
NOTE: there is/was one bug :) Channel operators can guess if some
|
||||||
nick might be in the channel and try to kick it. If nick was in
|
nick might be in the channel and try to kick it. If nick was in
|
||||||
channel, everyone will see the nick that was kicked.
|
channel, everyone will see the nick that was kicked.
|
||||||
|
|
||||||
r - Re-op - If a channel becomes opless for longer than LDCTL (5400,
|
r - Re-op - If a channel becomes opless for longer than LDCTL (5400,
|
||||||
by default) seconds, op a random person on the channel (or everyone
|
by default) seconds, op a random person on the channel (or everyone
|
||||||
if channel has less than 6 members). This works only on !channels.
|
if channel has less than 6 members). This works only on !channels.
|
||||||
This mode can only be set and unset by channel creator.
|
This mode can only be set and unset by channel creator.
|
||||||
|
|
||||||
b - Set/remove ban. For example MODE #channel +b *!*@*.org bans
|
b - Set/remove ban. For example MODE #channel +b *!*@*.org bans
|
||||||
everyone from .org domain.
|
everyone from .org domain.
|
||||||
|
|
||||||
If someone from .org domain was already in channel before the
|
If someone from .org domain was already in channel before the
|
||||||
ban was set, he/she couldn't be able to write any messages to
|
ban was set, he/she couldn't be able to write any messages to
|
||||||
channel (doesn't work with all servers).
|
channel (doesn't work with all servers).
|
||||||
|
|
||||||
Ban can also be overridden with /INVITE, although many stupid
|
Ban can also be overridden with /INVITE, although many stupid
|
||||||
IRC clients automatically kick the user out because they see
|
IRC clients automatically kick the user out because they see
|
||||||
the ban and think that because of it the user shouldn't be in
|
the ban and think that because of it the user shouldn't be in
|
||||||
the channel (doesn't work with all servers).
|
the channel (doesn't work with all servers).
|
||||||
|
|
||||||
e - Ban exceptions. You could for example ban everyone from
|
e - Ban exceptions. You could for example ban everyone from
|
||||||
*!*@*.org but set ban exception to *!*@*.host.org - works only
|
*!*@*.org but set ban exception to *!*@*.host.org - works only
|
||||||
in IRCnet/EFnet servers.
|
in IRCnet/EFnet servers.
|
||||||
|
|
||||||
I - Invite list. If channel is invite only (+i), people in this
|
I - Invite list. If channel is invite only (+i), people in this
|
||||||
list can join it without being /INVITEd - works only in
|
list can join it without being /INVITEd - works only in
|
||||||
IRCnet servers.
|
IRCnet servers.
|
||||||
|
|
||||||
This is excellent for in-country channels that don't want
|
This is excellent for in-country channels that don't want
|
||||||
foreigners (spammers!) to join the channel, for example setting
|
foreigners (spammers!) to join the channel, for example setting
|
||||||
channel's mode to +i and +I *!*@*.fi allows only finnish people
|
channel's mode to +i and +I *!*@*.fi allows only finnish people
|
||||||
to join the channel. In addition to this, there's usually a bot
|
to join the channel. In addition to this, there's usually a bot
|
||||||
in the channels and sending /MSG bot invite command to it
|
in the channels and sending /MSG bot invite command to it
|
||||||
/INVITEs you to the channel.
|
/INVITEs you to the channel.
|
||||||
|
|
||||||
The ':' feature in channel modes is quite similiar, see section
|
The ':' feature in channel modes is quite similiar, see section
|
||||||
6.2.
|
6.2.
|
||||||
|
|
||||||
O - Channel owner, the nick who creates a !channel receives this
|
O - Channel owner, the nick who creates a !channel receives this
|
||||||
mode. It isn't displayed anywhere, you can't pass it to anyone
|
mode. It isn't displayed anywhere, you can't pass it to anyone
|
||||||
else and you can't regain it again. This is needed for setting
|
else and you can't regain it again. This is needed for setting
|
||||||
+r mode in channel when it's first created.
|
+r mode in channel when it's first created.
|
||||||
|
|
||||||
o <nick> - Grant or revoke channel operator status from nick
|
o <nick> - Grant or revoke channel operator status from nick
|
||||||
v <nick> - Grant or revoke voice status from nick, only people with
|
v <nick> - Grant or revoke voice status from nick, only people with
|
||||||
+v (or +o) can talk to channel when it's moderated (+m).
|
+v (or +o) can talk to channel when it's moderated (+m).
|
||||||
|
|
||||||
You can send multiple mode changes with one mode command:
|
You can send multiple mode changes with one mode command:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user