Project

General

Profile

On QUIT » History » Revision 2

Revision 1 (Per Amundsen, 11/17/2015 12:31 PM) → Revision 2/3 (Per Amundsen, 01/22/2017 04:28 AM)

_Added in 1.8.10_ 

 *<notextile>on <level>:QUIT:<commands></notextile>* 

 Triggers when a user quits IRC while on the same channel as you. 

 _Haltable using ^_ 

 *Parameters* 

 <level> - The level for the event to trigger. 
 <commands> - The commands to be performed when the event listener's criteria is met. 

 *Example* 

 <pre> 
 on *:QUIT:echo -ag $nick just quit IRC with quit message $1- 
 </pre>