Project

General

Profile

On INPUT » History » Revision 5

Revision 4 (Per Amundsen, 04/27/2017 03:02 PM) → Revision 5/6 (Per Amundsen, 04/29/2018 01:00 AM)

_Added in 1.9.0_ 

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

 Triggers when you enter text in an [[Editbox Control|Editbox]] Editbox and press enter. 

 _See also [[$ctrlenter]]._ 

 _Haltable._ 

 *Parameters* 

 <level> - The [[User Access 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 *:INPUT:#:echo -ag Sending the text $1- to channel $chan 
 </pre>