mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Syntax rewrite of U-Z commands
Rewrote the syntax documentation of U-Z commands.
This commit is contained in:
parent
b9f532568b
commit
f0aa2d2049
30 changed files with 488 additions and 215 deletions
|
|
@ -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
|
||||
|
||||
If the server name is omitted, the client's current server is used.
|
||||
If a nickname is given, that client's server is queried.
|
||||
The channel or the nickname; if no argument is given, the active server
|
||||
will be used.
|
||||
|
||||
Same as /DATE.
|
||||
%9Description:%9
|
||||
|
||||
Displays the local time of a server or the server the target user is
|
||||
connected to.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/TIME
|
||||
/TIME mike
|
||||
/TIME ircsource.irssi.org
|
||||
|
||||
%9See also:%9 MAP, TRACE, WHOIS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue