mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Syntax documentation rewrite for Q-commands
Rewrote the syntax documentation for all commands starting with the letter Q.
This commit is contained in:
parent
ee80ed16cb
commit
9fd1e2f5da
@ -1,14 +1,24 @@
|
|||||||
|
|
||||||
|
%9Syntax:%9
|
||||||
|
|
||||||
@SYNTAX:query@
|
@SYNTAX:query@
|
||||||
|
|
||||||
Starts a private conversation with the nick. All text you
|
%9Parameters:%9
|
||||||
type that would normally be sent to your channel now goes to
|
|
||||||
the specified nick in the form of MSGs.
|
|
||||||
|
|
||||||
Usually this command opens up a new window, too.
|
-window: Uses the active window instead of opening a new one.
|
||||||
|
-<server tag>: The server tag the target nickname is on.
|
||||||
|
|
||||||
Note: It removes the active query from the active window when
|
The nickname to query and the message.
|
||||||
used without parameters, like UNQUERY.
|
|
||||||
|
|
||||||
See also: WINDOW, MSG, SET QUERY, UNQUERY
|
%9Description:%9
|
||||||
|
|
||||||
|
Starts a private conversation with a nickname.
|
||||||
|
|
||||||
|
%9Examples:%9
|
||||||
|
|
||||||
|
/QUERY mike
|
||||||
|
/QUERY -freenode bob
|
||||||
|
/QUERY -freenode -window sarah
|
||||||
|
|
||||||
|
%9See also:%9 MSG, UNQUERY, WINDOW
|
||||||
|
|
||||||
|
@ -1,10 +1,21 @@
|
|||||||
|
|
||||||
|
%9Syntax:%9
|
||||||
|
|
||||||
@SYNTAX:quit@
|
@SYNTAX:quit@
|
||||||
|
|
||||||
This ends your IRC session. If a quit message is supplied, it
|
%9Parameters:%9
|
||||||
will be displayed to anyone else on any channel you were on
|
|
||||||
before quitting. If one isn't specified, the text "Leaving" is
|
|
||||||
used.
|
|
||||||
|
|
||||||
/EXIT does the same.
|
The message to advertise.
|
||||||
|
|
||||||
|
%9Description:%9
|
||||||
|
|
||||||
|
Terminates the application and advertises the given message on all the
|
||||||
|
networks you are connected to.
|
||||||
|
|
||||||
|
%9Examples:%9
|
||||||
|
|
||||||
|
/QUIT
|
||||||
|
/QUIT <@cartman> Screw you guys, I'm going home!
|
||||||
|
|
||||||
|
%9See also:%9 DISCONNECT
|
||||||
|
|
||||||
|
@ -1,8 +1,20 @@
|
|||||||
|
|
||||||
|
%9Syntax:%9
|
||||||
|
|
||||||
@SYNTAX:quote@
|
@SYNTAX:quote@
|
||||||
|
|
||||||
Sends server raw data without parsing.
|
%9Parameters:%9
|
||||||
|
|
||||||
Example:
|
The text to send to the IRC server.
|
||||||
/QUOTE PRIVMSG cras :Hey, this works!
|
|
||||||
|
%9Description:%9
|
||||||
|
|
||||||
|
Sends raw data to the server without any parsing.
|
||||||
|
|
||||||
|
%9Examples:%9
|
||||||
|
|
||||||
|
/QUOTE PRIVMSG mike: Hey, this works!
|
||||||
|
/QUOTE OPERWALL :Meow!
|
||||||
|
|
||||||
|
%9See also:%9 CONNECT, DISCONNECT, JOIN, MSG, PART
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user