summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-07-19 21:13:24 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-07-19 21:13:24 +0300
commit44b74b8166c88c5d1ee0bd999f2c5cc4115d8b3e (patch)
tree10b77da53e566498893411a349073bdcc0dd77ab
parentf4fe6476ef0e1793ac2de47df8758ca089670fe6 (diff)
parent4131d0fec7c974004845b0e35bbca9d33aa931da (diff)
Merge branch 'stopspam_mod_elzor' into stopspam_mod
-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());
}
}