help: re-orgainize some things

This commit is contained in:
Sam Dodrill 2013-11-05 18:29:09 -08:00
parent 57d74e150e
commit a37b75466f
3 changed files with 15 additions and 11 deletions

View File

@ -40,13 +40,15 @@ NO PARAMETERS:
+G - Block messages in all caps. Messages that are more than
50% capital letters will be blocked.
+J - Prevent automatic rejoin on kick. Users will not be able to
rejoin immediately after being kicked.
rejoin immediately after being kicked.
+K - No repeat messages. Messages that are the same as the
last message sent to the channel will be blocked.
* +M - Immune. Opers cannot be kicked from the channel. May
be set by server admins regardless of channel status.
Users will not see this mode at all.
Opers may still be kicked from the channel by services.
Users will not see this mode at all. May only be set by
server admins.
Opers may still be kicked from the channel by services or
any other u-lined server.
?* +O - Oper only channel. Only opers will be able to join.
?* +A - Admin only channel. Only admins will be able to join.
Can only be set by admins.

View File

@ -1,6 +1,7 @@
CNOTICE <nick> <channel> :<text>
Providing you are opped (+o), halfopped (+h), admined (+a),
a channel owner (+y), or voiced (+v) in <channel>, and <nick>
is a member of <channel>, CNOTICE generates a NOTICE towards
<nick>. CNOTICE bypasses any anti-spam measures in place.
Providing you are a channel owner (+y), a channel admin (+a),
a channel operator (+o), a half-operator (+h) or voiced in
<channel>, and <nick> is a member of <channel>, CNOTICE
generates a NOTICE towards <nick> that bypasses any anti-spam
measures in place.

View File

@ -1,6 +1,7 @@
CPRIVMSG <nick> <channel> :<text>
Providing you are opped (+o), halfopped (+h), admined (+a),
a channel owner (+y), or voiced (+v) in <channel>, and <nick>
is a member of <channel>, CPRIVMSG generates a PRIVMSG towards
<nick>. CPRIVMSG bypasses any anti-spam measures in place.
Providing you are a channel owner (+y), a channel admin (+a),
a channel operator (+o), a half-operator (+h) or voiced in
<channel>, and <nick> is a member of <channel>, CPRIVMSG
generates a PRIVMSG towards <nick> that bypasses any anti-spam
measures in place