aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-12-21 17:49:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-12-21 17:49:37 +0000
commit4470cc4e90934c9533e28f45ffa2710d579343ff (patch)
treeb728629e92cb7e39b73257cc040e5d1c778abbcf /net-im/licq/files
parent2cce95fba6e5ea7fa09877fd0dc720d91bbc330f (diff)
Notes
Diffstat (limited to 'net-im/licq/files')
-rw-r--r--net-im/licq/files/patch-icqd-srv.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/licq/files/patch-icqd-srv.cpp b/net-im/licq/files/patch-icqd-srv.cpp
deleted file mode 100644
index 68141062d2be..000000000000
--- a/net-im/licq/files/patch-icqd-srv.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);