forked from PsychoticNinja/ailin-nemui-irssi
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# 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"><server></span>|<span class="syn09"><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)
|
||
|