Project

General

Profile

On PING » History » Revision 4

Revision 3 (Per Amundsen, 11/16/2015 04:24 AM) → Revision 4/5 (Per Amundsen, 01/22/2017 04:27 AM)

_Added in 1.9.9_ 

 *on <level>:PING:<commands>* 

 Triggers when a server sends you a PING message to see if you are still connected. 

 _See also [[on PONG]]._ 

 _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 *:PING:/echo -ag $nick sent me a PING 
 </pre>