Project

General

Profile

Raw » History » Revision 4

Revision 3 (Per Amundsen, 07/12/2014 12:59 PM) → Revision 4/9 (Per Amundsen, 06/29/2016 12:56 PM)

_Added in 1.9.3_ 

 */raw [on|off]* 

 Switches numeric events on/off, if no parameters are defined, current status is shown. 

 _Added in 1.5_ 

 */raw [-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 [[/quote]]._ 

 *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. 
 /raw PRIVMSG #channel :Hi testing rawdata. 
 </pre>