# File lib/rbot/irc.rb, line 970
    def known?
      return nick != "*" && user != "*" && host != "*"
    end