From WikiChip
mirc/on events/on text
< mirc‎ | on events
Revision as of 04:46, 23 December 2013 by David (talk | contribs) (See also)

The on text event is an mIRC event that triggers when a remote user (I.E. not the local user) receives a channel or a query message.

Synopsis

on <level>:text:<matchtext>:<target>:<commands>
 
;or
 
on <level>:text:<matchtext>:<target>:{
 
}
  • <matchtext> - The match text is the text pattern that mIRC will use to compare with every user message. Once the text has been matched (and the channel if provided), the event will trigger.
  • <level> - The appropriate access level for the event.

See also