on $*:TEXT:$(/^(hello|hey|hi|hello,|hey,|hi,)\s( $+ $me $+ )(!|.|)$/Si):#: {
if ($regex($1-,$regml(2))) { if ($right($me,4) != -afk) { describe # Hello $nick $+ , hows it going ? :) }
else { describe # Sorry $nick $+ , but I'm not able to have a conversation with you at this time :) }
}
}