mirror of
https://github.com/matrix-construct/construct
synced 2024-10-28 17:38:53 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
16 lines
619 B
Text
16 lines
619 B
Text
ETRACE [-full|-v4|-v6|nick]
|
|
|
|
With no argument, ETRACE gives a list of all clients connected
|
|
to the local server, both users and operators.
|
|
|
|
With -full option, ETRACE lists all clients along with the
|
|
two unused fields sent in the USER command when they connected.
|
|
|
|
When ipv6 is enabled, the -v4 and -v6 options display clients
|
|
using ipv4 and ipv6 respectively.
|
|
|
|
You may also specify a specific nickname to ETRACE. The target
|
|
can be a local or remote client, however the ETRACE will be "lost"
|
|
if the remote server does not support this extension. The
|
|
"-full" option will be implied and should not be specified with
|
|
it.
|