summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey (Elzor) Bolhovskoy <elzor@foobar2000.ru>2010-05-24 20:41:39 +0600
committerSergey (Elzor) Bolhovskoy <elzor@foobar2000.ru>2010-05-24 20:41:39 +0600
commit4131d0fec7c974004845b0e35bbca9d33aa931da (patch)
treee9859903e0b617120e3ea6aafd3a9106e253bc18
parent1836cf36710e2ed7b58a57cc045feda2005db17d (diff)
test git access
-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());
}
}