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