# File rbot/timer.rb, line 68
    def add_once(period, data=nil, &func)
      @handle += 1
      @timers[@handle] = Action.new(period, data, true, &func)
      return @handle
    end