You could use something like:

on *:text:*:#channel:{
if ((hi isin $1-) || (hello isin $1-)) {
msg # hi $nick
}
}


here is a very similar thread, you may want to read that for some more info.

Regards,


Mentality/Chris