ON TEXT

Format:                

               [@][=]ON TEXT:<text>:<*>|<?>|<#channel>[;#channel][etc...]:<alias>

Example:        

               ON TEXT:*!John*:#vortec:/dcc send $nick c:\Vortec\ $+ $2


Available info:

               $nick - nick name of the user that said <text>

               $address - address of the user that said <text>

               # - the channel name


The ON TEXT event occurs for any incoming normal text messages, except actions and notices, as they generate the ON ACTION and ON NOTICE events respectively, however, they work exactly as outlined here.


The text parameter may use wildcards (*) as follows...


       Text        literal text - user said only this word or words

       text*        message starts with the indicated word or words

       *text        message ends with the indicated word or words

       *text*        the word or words are anywhere within the message


ON TEXT events can be used for channel or private messages as follows...


       #                any channel

       ?                Any private message

       #channel        literal channel name.. like #Vortec

       name                a private message for nick name

       *                any channel or private message



Copyright © 2009, John G. Kirkland

Created with the Freeware Edition of HelpNDoc: Easily create HTML Help documents