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