Project

General

Profile

On RAW » History » Revision 2

Revision 1 (Per Amundsen, 11/14/2015 01:40 AM) → Revision 2/8 (Per Amundsen, 11/14/2015 01:40 AM)

_Added in 1.9.0_ 

 *RAW *raw <numeric>:<matchtext>:<commands>* 

 Triggers whenever AdiIRC receives a raw numeric IRC event. 

 *Parameters* 

 <numeric> - Numeric to listen to. 
 <matchtext> - [[Matchtext]] to listen to. 
 <commands> - The commands to be performed when the event listener's criteria is met. 

 *Example* 

 <pre> 
 RAW 001:*:echo -ag Raw 001 is $1- 
 </pre>