irkerd: Store less state in IRCServerConnection.connect()
We will never need the connection-time port, server_address, username, ircname, or password again, so don't store them. We *do* need server and real_server_name for Event handling, so keep them around.
Please register or sign in to comment