# File lib/rbot/botuser.rb, line 752
      def get_botuser(name)
        @allbotusers.fetch(BotUser.sanitize_username(name).to_sym)
      end