Rawx » History » Revision 3
Revision 2 (Per Amundsen, 06/07/2014 11:17 PM) → Revision 3/11 (Per Amundsen, 06/27/2014 02:15 PM)
_Added in 1.9.3_ */rawx [-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]] [[/raw][ but evaluates a variable instead of text and allows sending consecutive spaces. *Switches* -n - TODO -q - TODO *Parameters* <command> - The command to send to the server. *Example* <pre> ;Create a variable with the text PRIVMSG #channel :a b /var %var PRIVMSG #channel :a $+ $chr(32) $+ $chr(32) $+ $chr(32) $+ $chr(32) b ;Sends the output of %var to the server. /rawx %var </pre>