Raw » History » Version 6
Per Amundsen, 12/26/2018 08:45 PM
1 | 3 | Per Amundsen | _Added in 1.9.3_ |
---|---|---|---|
2 | |||
3 | */raw [on|off]* |
||
4 | |||
5 | Switches numeric events on/off, if no parameters are defined, current status is shown. |
||
6 | |||
7 | 6 | Per Amundsen | _See also [[/ctcps]], [[/events]], [[/remote]]._ |
8 | |||
9 | ------------------------------------------------------------- |
||
10 | |||
11 | 1 | Per Amundsen | _Added in 1.5_ |
12 | |||
13 | */raw [-nq] <command>* |
||
14 | |||
15 | Sends the specified command directly to the server. You must know the correct raw format of the command you are sending. |
||
16 | |||
17 | 4 | Per Amundsen | _Same as [[/quote]]._ |
18 | |||
19 | 1 | Per Amundsen | *Switches* |
20 | |||
21 | 5 | Per Amundsen | -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. |
22 | 4 | Per Amundsen | -q - Makes the command work quietly without printing what it is sending. |
23 | 1 | Per Amundsen | |
24 | *Parameters* |
||
25 | |||
26 | <command> - The command to send to the server. |
||
27 | |||
28 | *Example* |
||
29 | |||
30 | <pre> |
||
31 | ;Send a raw PRIVMSG to the server. |
||
32 | /raw PRIVMSG #channel :Hi testing rawdata. |
||
33 | </pre> |