Commands.txt: Update description of the "STATS" command
This commit is contained in:
parent
1a5e08f3f6
commit
7c7fc8b5c4
|
@ -303,17 +303,25 @@ Status and Informational Commands
|
||||||
- RFC 2812, 3.2.5 "Names message"
|
- RFC 2812, 3.2.5 "Names message"
|
||||||
|
|
||||||
- STATS
|
- STATS
|
||||||
STATS <flag> [<server>]
|
STATS [<query> [<target>]]
|
||||||
.
|
.
|
||||||
Returns statistics about the current server, or of a specified <server>.
|
Show statistics and other information of type <query> of a particular
|
||||||
|
IRC server in the network.
|
||||||
.
|
.
|
||||||
STATS flags:
|
The following <query> types are supported (case-insensitive):
|
||||||
.
|
.
|
||||||
g = G-Lines (Network-wide bans)
|
- g Network-wide bans ("G-Lines").
|
||||||
k = K-Lines (Server-local bans)
|
- k Server-local bans ("K-Lines").
|
||||||
l = Link status (Parent server and own link)
|
- l Link status (parent server and own link only).
|
||||||
m = IRC command status (usage count)
|
- m Command usage count.
|
||||||
u = Server uptime
|
- u Server uptime.
|
||||||
|
.
|
||||||
|
<target> can be a server name, the nickname of a client connected to
|
||||||
|
a specific server, or a mask matching a server name in the network.
|
||||||
|
The server of the current connecion is used when <target> is omitted.
|
||||||
|
|
||||||
|
References:
|
||||||
|
- RFC 2812, 3.4.4 "Stats message"
|
||||||
|
|
||||||
- TIME
|
- TIME
|
||||||
TIME [<server>]
|
TIME [<server>]
|
||||||
|
|
Loading…
Reference in New Issue