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

@ -45,8 +45,10 @@ NO PARAMETERS:
last message sent to the channel will be blocked. last message sent to the channel will be blocked.
* +M - Immune. Opers cannot be kicked from the channel. May * +M - Immune. Opers cannot be kicked from the channel. May
be set by server admins regardless of channel status. be set by server admins regardless of channel status.
Users will not see this mode at all. Users will not see this mode at all. May only be set by
Opers may still be kicked from the channel by services. 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. ?* +O - Oper only channel. Only opers will be able to join.
?* +A - Admin only channel. Only admins will be able to join. ?* +A - Admin only channel. Only admins will be able to join.
Can only be set by admins. Can only be set by admins.

View File

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

View File

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