Project

General

Profile

Raw » History » Version 8

Per Amundsen, 02/16/2023 03:05 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 8 Per Amundsen
/raw with no parameters shows current remote status.
8
9 6 Per Amundsen
_See also [[/ctcps]], [[/events]], [[/remote]]._
10
11 7 Per Amundsen
*Parameters*
12
13
table(ktable).
14
|*Parameter*|*Description*|
15
| on<notextile>|</notextile>off | Turns numeric events on/off. |
16
17
18 6 Per Amundsen
-------------------------------------------------------------
19
20 1 Per Amundsen
_Added in 1.5_
21
22
*/raw [-nq] &lt;command&gt;*
23
24 4 Per Amundsen
Sends the specified command directly to the server. You must know the correct raw format of the command you are sending.
25
26 1 Per Amundsen
_Same as [[/quote]]._
27 5 Per Amundsen
28 1 Per Amundsen
*Switches*
29
30 7 Per Amundsen
table(ktable).
31
|*Switch*|*Description*|
32
| -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. |
33
| -q | Makes the command work quietly without printing what it is sending. |
34 1 Per Amundsen
35
*Parameters*
36
37 7 Per Amundsen
table(ktable).
38
|*Parameter*|*Description*|
39
| &lt;command&gt; | The command to send to the server. |
40 1 Per Amundsen
41
*Example*
42
43
<pre>
44
;Send a raw PRIVMSG to the server.
45
/raw PRIVMSG #channel :Hi testing rawdata.
46
</pre>