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