# File lib/rbot/message.rb, line 392
    def plainreply(string, options={})
      @bot.say @replyto, string, options
      @replied = true
    end