mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58: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
17 lines
554 B
Text
17 lines
554 B
Text
TRACE [server | nick] [location]
|
|
|
|
With no argument, TRACE gives a list of all clients connected
|
|
to the local server, both users and operators.
|
|
|
|
With one argument which is a server, TRACE displays the path
|
|
to the specified server, and all servers, opers and -i users
|
|
on that server.
|
|
|
|
Nonopers can only see themselves, opers and servers in the
|
|
first two forms.
|
|
|
|
With one argument which is a client, TRACE displays the
|
|
path to that client, and that client's information.
|
|
|
|
If location is given, the command is executed on that server;
|
|
no path is displayed.
|