diff options
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/messages.cpp b/messages.cpp index 952d9e5..a0389a7 100644 --- a/messages.cpp +++ b/messages.cpp @@ -750,8 +750,6 @@ int SendMsgSvc(WPARAM w, LPARAM l) HistoryLog(hContact, (char*)str_event.c_str(), EVENTTYPE_MESSAGE, DBEF_SENT | flags2 | flags); HistoryLog(metaGetContact(hContact), (char*)str_event.c_str(), EVENTTYPE_MESSAGE, DBEF_SENT | flags); hcontact_data[hContact].msgs_to_ignore.push_back(msg); - if(isansi) - hcontact_data[hContact].msgs_to_ignore.push_back(msg); hcontact_data[metaGetContact(hContact)].msgs_to_ignore.push_back(msg); CallContactService(hContact, PSS_MESSAGE, (WPARAM)PREF_UTF, (LPARAM)toUTF8(str).c_str()); return returnNoError(hContact); |