Merge pull request #23 from Niichan/help-spellcheck
Fix many typos, spelling and grammatical errors in the helpfiles
This commit is contained in:
commit
6f979b5e43
|
@ -1,6 +1,6 @@
|
||||||
CHANTRACE <#channel>
|
CHANTRACE <#channel>
|
||||||
|
|
||||||
Outputs a list of members in #channel in ETRACE format, with the classname
|
Outputs a list of members in #channel in ETRACE format, with the class name
|
||||||
replaced by the server the users are on.
|
replaced by the server the users are on.
|
||||||
|
|
||||||
You must be a member of the channel to perform this command.
|
You must be a member of the channel to perform this command.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
MODE <channel> <+|-><modes> [parameters]
|
MODE <channel> <+|-><modes> [parameters]
|
||||||
|
|
||||||
Channelmodes: (* designates that the cmode can only be set by opers)
|
Channel modes: (* designates that the cmode can only be set by opers)
|
||||||
(? designates that the cmode is provided by an extension
|
(? designates that the cmode is provided by an extension
|
||||||
and may not be present on this server)
|
and may not be present on all servers)
|
||||||
|
|
||||||
CHANNELMODE - DESCRIPTION
|
CHANNELMODE - DESCRIPTION
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
@ -13,12 +13,12 @@ NO PARAMETERS:
|
||||||
+s - Secret. Channel will not be shown in /whois and /list etc.
|
+s - Secret. Channel will not be shown in /whois and /list etc.
|
||||||
+p - Private. Disables /knock to the channel.
|
+p - Private. Disables /knock to the channel.
|
||||||
+m - Moderated. Only opped/voiced users may talk in channel.
|
+m - Moderated. Only opped/voiced users may talk in channel.
|
||||||
+i - Invite only. Users need to be /invite'd or match a +I to
|
+i - Invite only. Users need to be invited or match a +I to
|
||||||
join the channel.
|
join the channel.
|
||||||
+r - Registered users only. Only users identified to services
|
+r - Registered users only. Only users identified to services
|
||||||
may join.
|
may join.
|
||||||
+c - No color. All color codes in messages are stripped.
|
+c - No color. All color codes in messages are stripped.
|
||||||
+d - No nickchanges. People on the channel will not be able to
|
+d - No nick changes. People on the channel will not be able to
|
||||||
change nick.
|
change nick.
|
||||||
+g - Free invite. Everyone may invite users. Significantly
|
+g - Free invite. Everyone may invite users. Significantly
|
||||||
weakens +i control.
|
weakens +i control.
|
||||||
|
@ -39,14 +39,16 @@ NO PARAMETERS:
|
||||||
channel.
|
channel.
|
||||||
+G - Block messages in all caps. Messages that are more than
|
+G - Block messages in all caps. Messages that are more than
|
||||||
50% capital letters will be blocked.
|
50% capital letters will be blocked.
|
||||||
+J - Prevent autorejoin on kick. Users will not be able to
|
+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
|
+K - No repeat messages. Messages that are the same as the
|
||||||
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 admins regardless of channel status. Users
|
be set by server admins regardless of channel status.
|
||||||
will not see this mode at all. Can only be set by admins.
|
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.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
CNOTICE <nick> <channel> :<text>
|
CNOTICE <nick> <channel> :<text>
|
||||||
|
|
||||||
Providing you are opped (+o) or voiced (+v) in <channel>, and <nick>
|
Providing you are a channel owner (+y), a channel admin (+a),
|
||||||
is a member of <channel>, CNOTICE generates a NOTICE towards
|
a channel operator (+o), a half-operator (+h) or voiced (+v) in
|
||||||
<nick>. CNOTICE bypasses any anti-spam measures in place.
|
<channel>, and <nick> is a member of <channel>, CNOTICE
|
||||||
|
generates a NOTICE towards <nick> that bypasses any anti-spam
|
||||||
|
measures in place.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
CPRIVMSG <nick> <channel> :<text>
|
CPRIVMSG <nick> <channel> :<text>
|
||||||
|
|
||||||
Providing you are opped (+o) or voiced (+v) in <channel>, and <nick>
|
Providing you are a channel owner (+y), a channel admin (+a),
|
||||||
is a member of <channel>, CPRIVMSG generates a PRIVMSG towards
|
a channel operator (+o), a half-operator (+h) or voiced (+v) in
|
||||||
<nick>. CPRIVMSG bypasses any anti-spam measures in place.
|
<channel>, and <nick> is a member of <channel>, CPRIVMSG
|
||||||
|
generates a PRIVMSG towards <nick> that bypasses any anti-spam
|
||||||
|
measures in place
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DIE server.name [server.name]
|
DIE server.name [server.name]
|
||||||
|
|
||||||
Terminatess the IRC server. If a second server name
|
Terminates the IRC server. If a second server name
|
||||||
is provided, remotely terminate that server. In this
|
is provided, remotely terminate that server. In this
|
||||||
case, both server names must match.
|
case, both server names must match.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ DLINE [duration] <ip> :[reason] [| oper reason]
|
||||||
Adds a DLINE to the database which will deny any
|
Adds a DLINE to the database which will deny any
|
||||||
connections from the IP address of the banned client.
|
connections from the IP address of the banned client.
|
||||||
The banned client will receive a message saying
|
The banned client will receive a message saying
|
||||||
he/she is banned with reason [reason].
|
they are banned with reason [reason].
|
||||||
|
|
||||||
Duration is optional, and is in minutes. If specified,
|
Duration is optional, and is in minutes. If specified,
|
||||||
the DLINE will not be saved in the database.
|
the DLINE will not be saved in the database.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
LOCOPS :<message>
|
LOCOPS :<message>
|
||||||
|
|
||||||
Sends an LOCOPS message of <message> to all
|
Sends a LOCOPS message of <message> to all
|
||||||
opers on local server who are umode +l
|
opers on local server who are umode +l
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
OJOIN [@|+]<#channel>
|
OJOIN [~|!|@|%|+]<#channel>
|
||||||
|
|
||||||
-- This commands allows opers to join a channel through bans and many cmodes.
|
-- This commands allows opers to join a channel, breaking through bans and
|
||||||
This command bypasses bans and cmodes +i, +k, +r, +J, +S, +l to allow
|
many cmodes. This command bypasses bans and cmodes +i, +k, +r, +J, +S, +l, +j to allow
|
||||||
opers to join any channel. If the channel name is prefixed with @ or +,
|
opers to join any channel. If the channel name is prefixed with ~, !, @ % or +,
|
||||||
you will join that channel and have ops or voice, respectively.
|
you will join that channel and have channel owner, channel admin,
|
||||||
|
channel operator, half-operator, or voice granted by the server depending on
|
||||||
|
the prefix specified.
|
||||||
|
|
|
@ -2,4 +2,4 @@ OKICK <#channel> <nick> [reason]
|
||||||
|
|
||||||
-- Allows a oper to kick a user from a channel.
|
-- Allows a oper to kick a user from a channel.
|
||||||
This command allows a oper to kick a user from a channel
|
This command allows a oper to kick a user from a channel
|
||||||
where the oper doesn't have ops.
|
where the oper doesn't have channel access to do so normally.
|
||||||
|
|
|
@ -4,3 +4,5 @@ OLIST [#channel]
|
||||||
This command allows opers to view all channels in a list, including
|
This command allows opers to view all channels in a list, including
|
||||||
secret channels. This command also shows channelmodes for each channel
|
secret channels. This command also shows channelmodes for each channel
|
||||||
unlike LIST.
|
unlike LIST.
|
||||||
|
|
||||||
|
This command is deprecated in favor of the OPERSPY in LIST.
|
||||||
|
|
|
@ -5,7 +5,7 @@ commands if they are compiled in. Usage will be sent to +Z and all
|
||||||
other servers.
|
other servers.
|
||||||
|
|
||||||
whois !nick - Gives a full output of channels the user is in.
|
whois !nick - Gives a full output of channels the user is in.
|
||||||
who !mask - Lists all users networkwide whose nick, ident, host,
|
who !mask - Lists all users network wide whose nick, ident, host,
|
||||||
server or gecos match the mask.
|
server or gecos match the mask.
|
||||||
who !#channel - Gives a full output of users on the channel.
|
who !#channel - Gives a full output of users on the channel.
|
||||||
mode !#channel - Gives the full modes of a channel including any keys.
|
mode !#channel - Gives the full modes of a channel including any keys.
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
OPME <#channel>
|
OPME <#channel>
|
||||||
|
|
||||||
-- Allows a oper to gain ops in a opless channel
|
-- Allows a oper to gain ops in a opless channel
|
||||||
This command simply allows a oper to gein ops in a opless channel.
|
This command simply allows a oper to gain channel operator status in an
|
||||||
This is especially useful if all users in a channel don't have ops,
|
opless channel. This is especially useful if all users in a channel
|
||||||
the channel is unregistered and you don't want to clear the channel
|
don't have ops, the channel is unregistered and you don't want to
|
||||||
to get a user to get ops back.
|
clear the channel for a user to get ops back.
|
||||||
|
|
||||||
Oper priv required: oper:admin
|
Oper priv required: oper:admin
|
||||||
|
|
|
@ -14,7 +14,7 @@ Server notice masks: (? designates that the snomask is provided
|
||||||
? +F - Global client connections and exits
|
? +F - Global client connections and exits
|
||||||
+k - Server and service kill messages
|
+k - Server and service kill messages
|
||||||
+n - Local client nick changes
|
+n - Local client nick changes
|
||||||
+r - Invalid usernames and dumb HTTP proxies
|
+r - Invalid usernames, DNSBL hits, and dumb HTTP proxies
|
||||||
+s - Generic server messages and oper kills
|
+s - Generic server messages and oper kills
|
||||||
+S - Clients refused due to failed SASL auth
|
+S - Clients refused due to failed SASL auth
|
||||||
+u - Client connections without auth{} block
|
+u - Client connections without auth{} block
|
||||||
|
|
|
@ -4,10 +4,10 @@ With no argument, TRACE gives a list of all clients connected
|
||||||
to the local server, both users and operators.
|
to the local server, both users and operators.
|
||||||
|
|
||||||
With one argument which is a server, TRACE displays the path
|
With one argument which is a server, TRACE displays the path
|
||||||
to the specified server, and all servers, opers and -i users
|
to the specified server, and all servers, opers, and -i users
|
||||||
on that server.
|
on that server.
|
||||||
|
|
||||||
Nonopers can only see themselves, opers and servers in the
|
Non-opers can only see themselves, opers and servers in the
|
||||||
first two forms.
|
first two forms.
|
||||||
|
|
||||||
With one argument which is a client, TRACE displays the
|
With one argument which is a client, TRACE displays the
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
MODE <nick> <+|-><modes>
|
MODE <nick> <+|-><modes>
|
||||||
|
|
||||||
Usermodes: (* designates that the umode is oper only)
|
User modes: (* designates that the umode is oper only)
|
||||||
(? designates that the umode is provided by an extension
|
(? designates that the umode is provided by an extension
|
||||||
and may not be present on this server)
|
and may not be present on this server)
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Usermodes: (* designates that the umode is oper only)
|
||||||
+g - "caller id" mode only allow accept clients to message you
|
+g - "caller id" mode only allow accept clients to message you
|
||||||
+w - Can see oper and server wallops.
|
+w - Can see oper and server wallops.
|
||||||
? +x - Has a cloaked host.
|
? +x - Has a cloaked host.
|
||||||
+o - Designates this client is an IRC Operator.
|
+o - Designates that this client is an IRC Operator.
|
||||||
Use the /oper command to attain this.
|
Use the /oper command to attain this.
|
||||||
* +a - Is marked as a server admin in whois.
|
* +a - Is marked as a server admin in whois.
|
||||||
* +l - Can see oper locops (local wallops).
|
* +l - Can see oper locops (local wallops).
|
||||||
|
@ -25,4 +25,4 @@ Usermodes: (* designates that the umode is oper only)
|
||||||
+G - "soft caller id" mode - same as +g but automatically allows
|
+G - "soft caller id" mode - same as +g but automatically allows
|
||||||
anyone who's in a common channel with you to message you.
|
anyone who's in a common channel with you to message you.
|
||||||
+V - Prevents you from receiving invites.
|
+V - Prevents you from receiving invites.
|
||||||
+Z - Is connected via SSL (cannot be set or unset).
|
+Z - Is connected via SSL (set only on connection).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
MODE <channel> <+|-><modes> [parameters]
|
MODE <channel> <+|-><modes> [parameters]
|
||||||
|
|
||||||
Channelmodes: (* designates that the cmode can only be set by opers)
|
Channel modes: (* designates that the cmode can only be set by opers)
|
||||||
(? designates that the cmode is provided by an extension
|
(? designates that the cmode is provided by an extension
|
||||||
and may not be present on this server)
|
and may not be present on this server)
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ NO PARAMETERS:
|
||||||
channel.
|
channel.
|
||||||
+G - Block messages in all caps. Messages that are more than
|
+G - Block messages in all caps. Messages that are more than
|
||||||
50% capital letters will be blocked.
|
50% capital letters will be blocked.
|
||||||
+J - Prevent autorejoin on kick. Users will not be able to
|
+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
|
+K - No repeat messages. Messages that are the same as the
|
||||||
last message sent to the channel will be blocked.
|
last message sent to the channel will be blocked.
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
MODE <nick> <+|-><modes>
|
MODE <nick> <+|-><modes>
|
||||||
|
|
||||||
Usermodes: (? designates that the umode is provided by an extension
|
User modes: (? designates that the umode is provided by an extension
|
||||||
and may not be present on this server)
|
and may not be present on this server)
|
||||||
|
|
||||||
USERMODE DESCRIPTION
|
USERMODE DESCRIPTION
|
||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
+o - Designates this client is an IRC Operator.
|
+o - Designates that this client is an IRC Operator.
|
||||||
Use the /oper command to attain this.
|
Use the /oper command to attain this.
|
||||||
+i - Designates this client 'invisible'.
|
+i - Designates this client 'invisible'.
|
||||||
+g - "caller id" mode only allow accept clients to message you
|
+g - "caller id" mode only allow accept clients to message you
|
||||||
|
@ -19,4 +19,4 @@ Usermodes: (? designates that the umode is provided by an extension
|
||||||
+G - "soft caller id" mode - same as +g but automatically allows
|
+G - "soft caller id" mode - same as +g but automatically allows
|
||||||
anyone who's in a common channel with you to message you.
|
anyone who's in a common channel with you to message you.
|
||||||
+V - Prevents you from receiving invites.
|
+V - Prevents you from receiving invites.
|
||||||
+Z - Is connected via SSL (cannot be set or unset).
|
+Z - Is connected via SSL (set only on connection).
|
||||||
|
|
Loading…
Reference in New Issue