# File rbot/ircsocket.rb, line 167
    def shutdown(how=2)
      @sock.shutdown(how)
    end