Project

General

Profile

On TABCOMP » History » Revision 3

Revision 2 (Per Amundsen, 01/22/2017 04:29 AM) → Revision 3/7 (Per Amundsen, 02/24/2017 09:36 PM)

_Added in 1.9.0_ 

 *<notextile>on <level>:TABCOMP:<*#?=!@>:<commands></notextile>* 

 Triggers when you press the TAB key in an Editbox and AdiIRC is about to perform [[Tabcomplete|tab completion]]. 

 _Haltable using ^_ 

 *Parameters* 

 <level> - The [[User Access Level]] level for the event to trigger. 
 <*#?=!@> - The [[Matchtarget]] to listen to. 
 <commands> - The commands to be performed when the event listener's criteria is met. 

 *Example* 

 <pre> 
 on *:TABCOMP:#:/echo event: Tab completing text $1- 
 </pre>