diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-08-05 22:00:30 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-08-05 22:00:30 +0200 |
commit | f0aa2d204990636a65de9aaba7c13c0866fcaf83 (patch) | |
tree | a28895b766bc1ef61c14eb8c7fc497e951e8ee6f /docs/help/in/time.in | |
parent | b9f532568b92444488ce00c1734013e035d40f56 (diff) | |
download | irssi-f0aa2d204990636a65de9aaba7c13c0866fcaf83.zip |
Syntax rewrite of U-Z commands
Rewrote the syntax documentation of U-Z commands.
Diffstat (limited to 'docs/help/in/time.in')
-rw-r--r-- | docs/help/in/time.in | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/docs/help/in/time.in b/docs/help/in/time.in index 7877fe75..1b3161d7 100644 --- a/docs/help/in/time.in +++ b/docs/help/in/time.in @@ -1,11 +1,23 @@ +%9Syntax:%9 + @SYNTAX:time@ -This displays the time of day, local to the server queried (thus, -the time returned may not be the same as the client's local time). +%9Parameters%9 + + The channel or the nickname; if no argument is given, the active server + will be used. + +%9Description:%9 + + Displays the local time of a server or the server the target user is + connected to. + +%9Examples:%9 -If the server name is omitted, the client's current server is used. -If a nickname is given, that client's server is queried. + /TIME + /TIME mike + /TIME ircsource.irssi.org -Same as /DATE. +%9See also:%9 MAP, TRACE, WHOIS |