Project

General

Profile

Quote » History » Revision 4

Revision 3 (Per Amundsen, 06/29/2016 12:57 PM) → Revision 4/5 (Per Amundsen, 06/29/2016 02:14 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 - Prevents characters in the range 0-255 from being UTF-8 encoded, as long as the line contains characters only in the range 0-255. TODO 
 -q - Makes the command work quietly without printing what it is sending. 

 *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>