mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +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,7 +1,21 @@
|
|||
|
||||
@SYNTAX:unquery@
|
||||
%9Syntax:%9
|
||||
|
||||
Removes a query window of specified nick.
|
||||
@SYNTAX:unnotify@
|
||||
|
||||
See also: QUERY, SET QUERY
|
||||
%9Parameters:%9
|
||||
|
||||
The nickname to close the query for; if no argument is given, the active
|
||||
query is used.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Closes a query window for a nickname.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/UNQUERY
|
||||
/UNQUERY mike
|
||||
|
||||
%9See also:%9 MSG, QUERY, WINDOW
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue