on *:INPUT:#: {
if ($1 == *I like dogs*) {
describe cats are better!
return
}
elseif ($1 == *hi*) {
describe how are you!?
return
}
}

think this would work?
should i be using Say instead of Describe?