Wrong, $1 represent a single word, the first word in this case, so it can't represent the two words "vendo flores", you can use $1-2 to represent the first two words.


Code
on *:text:*:#:{
if ($1 == flores) || ($1-2 == vendo flores) { /msg verdugo test # $nick $time }
}


#mircscripting @ irc.swiftirc.net == the best mIRC help channel