# File rbot/ircsocket.rb, line 4
    def initialize(server, port, host)
      @server = server.dup
      @host = host
      @port = port.to_i
    end