Rawx » History » Version 1
Per Amundsen, 06/07/2014 11:16 PM
1 | 1 | Per Amundsen | _Added in 1.9.3_ |
---|---|---|---|
2 | |||
3 | */rawx [-nq] <command>* |
||
4 | |||
5 | Sends the specified command directly to the server. You must know the correct raw format of the command you are sending. |
||
6 | Same as [[/raw][ but evaluates a variable instead of text and allows sending consecutive spaces. |
||
7 | |||
8 | *Switches* |
||
9 | |||
10 | -n - TODO |
||
11 | -q - TODO |
||
12 | |||
13 | *Parameters* |
||
14 | |||
15 | <command> - The command to send to the server. |
||
16 | |||
17 | *Example* |
||
18 | |||
19 | <pre> |
||
20 | ;Create a variable with the text PRIVMSG #channel :a b |
||
21 | /var %var PRIVMSG #channel :a $+ $chr(32) $+ $chr(32) $+ $chr(32) $+ $chr(32) b |
||
22 | ;Sends the output of %var to the server. |
||
23 | /rawx %var |
||
24 | </pre> |