# File rbot/ircsocket.rb, line 38
    def select(timeout)
      Kernel.select([@sock], nil, nil, timeout)
    end