Yes, you can add as many words as you like to be triggered as shown below in red, based on Horstl's code. smile

Quote:

on *:TEXT:*:#: {
if ($1 == beer) || ($1 == soda) || ($1 == wine) {
if ($2 ison $chan) { describe $chan hands $2 a $1 - salute to $nick $+ ! }
elseif ($2) { describe $chan hands a $1 to the non-existant $2- and it falls to the floor. }
else { describe $chan hands $nick a $1 $+ . }
}
}


- a little bug. Edited.