But open only gets triggered once.. I want that the awayscript will say more than 1 line.

I just want a really simple chatbot to reply when im away.
---
on *:TEXT:$me:?:{
if ($away) { /msg $nick Hello }
}
on *:TEXT:*?:?:{
if ($away) { /msg $nick say what? }
}
on *:TEXT:*!?:?:{
if ($away) { /msg $nick please dont shout }
}
etc...
---
something like that... but that doesnt work frown