summaryrefslogtreecommitdiff
path: root/stopspam_mod/trunk/stopspam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stopspam_mod/trunk/stopspam.cpp')
-rw-r--r--stopspam_mod/trunk/stopspam.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/stopspam_mod/trunk/stopspam.cpp b/stopspam_mod/trunk/stopspam.cpp
index bfee2f5..b3fc3d8 100644
--- a/stopspam_mod/trunk/stopspam.cpp
+++ b/stopspam_mod/trunk/stopspam.cpp
@@ -93,13 +93,13 @@ MIRANDA_HOOK_EVENT(ME_DB_EVENT_FILTER_ADD, w, l)
return 0;
}*/
- if(gbDelNotInList)
+/* if(gbDelNotInList)
if(DBGetContactSettingStringPAN_A((HANDLE)w, "CList", "Group", "") == "Not In List")
{
CallService(MS_DB_CONTACT_DELETE, (WPARAM)w, 0);
return 1;
}
-
+*/
if(DBGetContactSettingByte(hContact, pluginName, "Answered", 0))
return 0;
if(DBGetContactSettingByte(hContact, pluginName, "Excluded", 0))
@@ -241,7 +241,7 @@ MIRANDA_HOOK_EVENT(ME_DB_CONTACT_SETTINGCHANGED, w, l)
DBCONTACTWRITESETTING * cws = (DBCONTACTWRITESETTING*)l;
// if CList/NotOnList is being deleted then remove answeredSetting
- if(strcmp(cws->szModule, pluginName))
+ if(strcmp(cws->szModule, "CList"))
return 0;
if(strcmp(cws->szSetting, "NotOnList"))
return 0;