Project

General

Profile

Raw » History » Revision 8

Revision 7 (Per Amundsen, 02/16/2023 03:02 PM) → Revision 8/9 (Per Amundsen, 02/16/2023 03:05 PM)

_Added in 1.9.3_ 

 */raw [on|off]* 

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

 /raw with no parameters shows current remote status. 

 _See also [[/ctcps]], [[/events]], [[/remote]]._ 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | on<notextile>|</notextile>off | Turns numeric events on/off. | 


 ------------------------------------------------------------- 

 _Added in 1.5_ 

 */raw [-nq] &lt;command&gt;* 

 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* 

 table(ktable). 
 |*Switch*|*Description*| 
 | -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. | 
 | -q | Makes the command work quietly without printing what it is sending. | 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | &lt;command&gt; | The command to send to the server. | 

 *Example* 

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