From 7b4d32e5cf9a8bc8ab398e4041cb99e8fb57ada0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 31 Jan 2019 16:31:23 +0300 Subject: fixes #1807 (Remove obsolete ICQ shit) --- plugins/StopSpamMod/src/stopspam.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/StopSpamMod') diff --git a/plugins/StopSpamMod/src/stopspam.cpp b/plugins/StopSpamMod/src/stopspam.cpp index e3d77f1cc4..c9b460211c 100755 --- a/plugins/StopSpamMod/src/stopspam.cpp +++ b/plugins/StopSpamMod/src/stopspam.cpp @@ -184,7 +184,6 @@ int OnDbEventFilterAdd(WPARAM hContact, LPARAM l) // add contact to server list and local group if (gbAutoAddToServerList) { db_set_ws(hContact, "CList", "Group", gbAutoAuthGroup.c_str()); - CallProtoService(dbei->szModule, "/AddServerContact", hContact, 0); db_unset(hContact, "CList", "NotOnList"); } -- cgit v1.2.3