Actions
On INPUT » History » Revision 1
Revision 1/6
| Next »
Per Amundsen, 11/17/2015 04:11 PM
Added in 1.9.0
on <level>:INPUT:<*|#|?|=|!|@>:<commands>
Triggers when you enter text in an Editbox and press enter.
Parameters
<level> - The 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
on *:INPUT:#:echo -ag Sending the text $1- to channel $chan
Updated by Per Amundsen about 9 years ago · 1 revisions