# File lib/rbot/botuser.rb, line 729
      def include?(botusername)
        @allbotusers.has_key?(botusername.to_sym)
      end