aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq/files')
-rw-r--r--net-im/licq/files/patch-icqd-srv.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/licq/files/patch-icqd-srv.cpp b/net-im/licq/files/patch-icqd-srv.cpp
new file mode 100644
index 000000000000..68141062d2be
--- /dev/null
+++ b/net-im/licq/files/patch-icqd-srv.cpp
@@ -0,0 +1,11 @@
+--- src/icqd-srv.cpp.orig Wed Jun 25 08:40:16 2003
++++ src/icqd-srv.cpp Fri May 7 13:07:09 2004
+@@ -2145,7 +2145,7 @@ void CICQDaemon::ProcessMessageFam(CBuff
+ char *szMsg = gTranslator.RNToN(message);
+ delete [] message;
+
+- gTranslator.ServerToClient(szMsg);
++// gTranslator.ServerToClient(szMsg);
+
+ bool bNewUser = false;
+ ICQUser *u = gUserManager.FetchUser(nUin, LOCK_W);