summaryrefslogtreecommitdiff
path: root/stopspam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stopspam.cpp')
-rw-r--r--stopspam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/stopspam.cpp b/stopspam.cpp
index 41b7005..92d2658 100644
--- a/stopspam.cpp
+++ b/stopspam.cpp
@@ -192,7 +192,7 @@ MIRANDA_HOOK_EVENT(ME_DB_EVENT_FILTER_ADD, w, l)
DBDeleteContactSetting(hContact, "CList", "NotOnList");
};
// auto auth. reqwest with send congratulation
- if(gbAutoReqAuth)
+ if(gbAutoReqAuth) // ANSI may be not work
CallContactService(hContact,PSS_AUTHREQUESTW,0, (LPARAM)variables_parse(gbCongratulation, hContact).c_str());
}
}