On RAW » History » Version 5
Per Amundsen, 12/15/2016 07:33 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | 3 | Per Amundsen | *RAW <numeric|text>:<matchtext>:<commands>* |
4 | 1 | Per Amundsen | |
5 | 3 | Per Amundsen | Triggers whenever AdiIRC receives a raw numeric or text event. |
6 | 1 | Per Amundsen | |
7 | *Parameters* |
||
8 | |||
9 | 4 | Per Amundsen | <numeric|text> - Numeric or text event to listen to. |
10 | 1 | Per Amundsen | <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 | 5 | Per Amundsen | |
18 | RAW CAP:LS *:echo -ag CAP prefixes on this server are $1- |
||
19 | 1 | Per Amundsen | </pre> |