Project

General

Profile

Raw » History » Revision 3

Revision 2 (Per Amundsen, 02/15/2014 05:05 AM) → Revision 3/9 (Per Amundsen, 07/12/2014 12:59 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. 

 *Switches* 

 -n - TODO 
 -q - 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>