Project

General

Profile

Raw » History » Version 7

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