Actions
On INPUT » History » Revision 5
« Previous |
Revision 5/6
(diff)
| Next »
Per Amundsen, 04/29/2018 01:00 AM
Added in 1.9.0
on <level>:INPUT:<*|#|?|=|!|@>:<commands>
Triggers when you enter text in an 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
on *:INPUT:#:echo -ag Sending the text $1- to channel $chan
Updated by Per Amundsen over 6 years ago · 5 revisions