diff options
author | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-05-24 20:41:39 +0600 |
---|---|---|
committer | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-05-24 20:41:39 +0600 |
commit | 4131d0fec7c974004845b0e35bbca9d33aa931da (patch) | |
tree | e9859903e0b617120e3ea6aafd3a9106e253bc18 /stopspam.cpp | |
parent | 1836cf36710e2ed7b58a57cc045feda2005db17d (diff) |
test git access
Diffstat (limited to 'stopspam.cpp')
-rw-r--r-- | stopspam.cpp | 2 |
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()); } } |