From 02fa894d6d4ecada2f3c79a2fd3fb84c0d4425ad Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 1 Feb 2011 04:11:54 +0300 Subject: hm... --- messages.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'messages.cpp') 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); -- cgit v1.2.3