Hi, All. This small addon to my previous proxy.patch, that fixes error messages, then you create account to new user.
SergK.
--- licq.conf.h.orig Thu Mar 7 11:09:06 2002 +++ licq.conf.h Thu Mar 7 11:09:38 2002 @@ -1,7 +1,7 @@ static const char LICQ_CONF[] = "\n" "[licq]\n" -"Version = 850\n" +"Version = 1010\n" "\n" "[plugins]\n" "NumPlugins = 1\n" @@ -12,16 +12,26 @@ "NumOfICQServers = 1\n" "ICQServer = login.icq.com\n" "ICQServerPort = 5190\n" -"TCPServerPort = 0\n" -"TCPServerPortRange = 0\n" +"TCPPortsLow = 0\n" +"TCPPortsHigh = 0\n" "TCPEnabled = 1\n" "MaxUsersPerPacket = 100\n" +"IgnoreTypes = 0\n" +"ForegroundColor = 0\n" +"BackgroundColor = 16777215\n" "Errors = log.errors\n" +"ErrorTypes = 6\n" "Rejects = log.rejects\n" "Translation = none\n" "UrlViewer = viewurl-netscape.sh\n" "Terminal = xterm -T Licq -e \n" -"IgnoreTypes = 0\n" +"ProxyEnabled = 0\n" +"ProxyServerType = 1\n" +"ProxyServer = \n" +"ProxyServerPort = 0\n" +"ProxyAuthEnabled = 0\n" +"ProxyLogin = \n" +"ProxyPassword = \n" "\n" "[onevent]\n" "Enable = 1\n" @@ -41,4 +51,3 @@ "Group2.name = Friends\n" "Group3.name = Family\n" "\n"; -