# File lib/rbot/message.rb, line 201
    def reply(string)
      @bot.say @replyto, string
      @replied = true
    end