2021-10-22 22:16:28 +02:00

40 lines
956 B
Plaintext

# trace
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/trace.in
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">TRACE</span> <span class="syn10">[<span class="syn09">&lt;server></span>|<span class="syn09">&lt;nick></span>]</span></code></pre></div>
## Parameters ##
The channel or the nickname; if no argument is given, the active server
will be used.
## Description ##
Displays the list of servers and users connects to a server, or a list of
the servers between yourself and the target user.
This command is usually restricted to IRC operators.
## Examples ##
/TRACE
/TRACE mike
/TRACE ircsource.irssi.org
## See also ##
[MAP](/documentation/help/map), [TIME](/documentation/help/time), [WHOIS](/documentation/help/whois)