Project

General

Profile

On RAW » History » Version 2

Per Amundsen, 11/14/2015 01:40 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3 2 Per Amundsen
*RAW <numeric>:<matchtext>:<commands>*
4 1 Per Amundsen
5
Triggers whenever AdiIRC receives a raw numeric IRC event.
6
7
*Parameters*
8
9
<numeric> - Numeric to listen to.
10
<matchtext> - [[Matchtext]] to listen to.
11
<commands> - The commands to be performed when the event listener's criteria is met.
12
13
*Example*
14
15
<pre>
16
RAW 001:*:echo -ag Raw 001 is $1-
17
</pre>