forked from PsychoticNinja/ailin-nemui-irssi
38 lines
857 B
Plaintext
38 lines
857 B
Plaintext
# time
|
|
|
|
<!-- comment
|
|
|
|
Please submit changes to
|
|
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/time.in
|
|
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
|
|
|
|
|
endcomment -->
|
|
|
|
|
|
## Syntax ##
|
|
|
|
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">TIME</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 local time of a server or the server the target user is
|
|
connected to.
|
|
|
|
## Examples ##
|
|
|
|
/TIME
|
|
/TIME mike
|
|
/TIME ircsource.irssi.org
|
|
|
|
## See also ##
|
|
[MAP](/documentation/help/map), [TRACE](/documentation/help/trace), [WHOIS](/documentation/help/whois)
|
|
|