hey all,,

Php Code:
on *:text:*hi*:#: { } 


with mentioned event above,, How could I use multiple words?
for example :-

Php Code:

on *:text:*hi*|*welcome*|*hello*|more_words.........:#: { }
 


I am not interested typing in many events.
I need it in same event.

thanks.