diff options
Diffstat (limited to 'stopspam_mod/stopspam.cpp')
-rw-r--r-- | stopspam_mod/stopspam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stopspam_mod/stopspam.cpp b/stopspam_mod/stopspam.cpp index e3cdae7..a0c821b 100644 --- a/stopspam_mod/stopspam.cpp +++ b/stopspam_mod/stopspam.cpp @@ -174,7 +174,7 @@ MIRANDA_HOOK_EVENT(ME_DB_EVENT_FILTER_ADD, w, l) msg = 0; //is it useful ?
}
- if(gbCaseInsensitive?(!stricmp(message.c_str(), (variables_parse(gbAnswer, hContact).c_str()))):( !_tcscmp(message.c_str(), (variables_parse(gbAnswer, hContact).c_str()))))
+ if(gbCaseInsensitive?(!Stricmp(message.c_str(), (variables_parse(gbAnswer, hContact).c_str()))):( !_tcscmp(message.c_str(), (variables_parse(gbAnswer, hContact).c_str()))))
{
// unhide contact
DBDeleteContactSetting(hContact, "CList", "Hidden");
|