# File lib/rbot/timer.rb, line 172
    def stop
      @should_be_running = false
      stop_thread
    end