mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +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,10 +1,21 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:wait@
|
||||
|
||||
Wait for <milliseconds> before sending the next command to server.
|
||||
%9Parameters:%9
|
||||
|
||||
This could be useful for example when identifying to NickServ; after
|
||||
sending the identify message you'd wait 3 seconds before joining to
|
||||
channels so any host changes are processed and you can join
|
||||
registered-only channels.
|
||||
The amount of milliseconds.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Waits the specified amount of milliseconds before sending the next command
|
||||
to the server.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/WAIT 1000
|
||||
/WAIT 5000
|
||||
|
||||
%9See also:%9 ALIAS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue