On CHAT » History » Revision 3
Revision 2 (Per Amundsen, 11/17/2015 04:08 PM) → Revision 3/4 (Per Amundsen, 01/22/2017 04:24 AM)
_Added in 1.9.0_
*<notextile>on <level>:CHAT:<matchtext>:<commands></notextile>*
Trigger when a message is sent to a dcc chat window.
_See also [[=$nick]]._
_Haltable using ^_
*Parameters*
<level> - The level for the event to trigger.
<matchtext> - The [[Matchtext]] to listen to.
<commands> - The commands to be performed when the event listener's criteria is met.
*Example*
<pre>
on *:CHAT:*:echo -ag $nick sent message $1-
</pre>