mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02: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
3 changed files with 48 additions and 15 deletions
|
|
@ -1,8 +1,20 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:quote@
|
||||
|
||||
Sends server raw data without parsing.
|
||||
%9Parameters:%9
|
||||
|
||||
Example:
|
||||
/QUOTE PRIVMSG cras :Hey, this works!
|
||||
The text to send to the IRC server.
|
||||
|
||||
%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…
Add table
Add a link
Reference in a new issue