Use this code:

Code:
ON $*:TEXT:/^\w+ are you here\?$/iS:#: { 
  if (%commands) {
    if ($1 ison $chan) { msg $chan $1 is here. }
    elseif ($1 !ison $chan) { msg $chan $1  is not here. }
  }
}