Project

General

Profile

Quote » History » Revision 3

Revision 2 (Per Amundsen, 02/15/2014 05:04 AM) → Revision 3/5 (Per Amundsen, 06/29/2016 12:57 PM)

_Added in 1.8.4_ 

 */quote [-nq] <command>* 

 Sends the specified command directly to the server. You must know the correct raw format of the command you are sending. 

 _Same as [[/raw]]._ 

 *Switches* 

 -n - TODO 
 -q - Makes the command work quietly without printing what it is sending. TODO 

 *Parameters* 

 <command> - The command to send to the server. 

 *Example* 

 <pre> 
 ;Send a raw PRIVMSG to the server. 
 /quote PRIVMSG #channel :Hi testing rawdata. 
 </pre>