On PARSELINE » History » Revision 6
« Previous |
Revision 6/7
(diff)
| Next »
Per Amundsen, 12/04/2015 02:03 PM
Added in 1.9.7
on <level>:PARSELINE:<in|out|*>:matchtext:<commands>
Triggers before incoming/outgoing server lines are received/sent and allows a script to modify them.
See also /parseline, $parsetype, $parseline.
Parameters
<level> - The level for the event to trigger.
<in|out|*> - Listen to in/out messages or both.
<matchtext> - The Matchtext to listen to.
<commands> - The commands to be performed when the event listener's criteria is met.
Example
on *:PARSELINE:in:*badword*:/parseline -it $replace($parseline, badword, newword)
Updated by Per Amundsen almost 9 years ago · 6 revisions