diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-02-01 04:11:54 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-02-01 04:11:54 +0300 |
commit | 02fa894d6d4ecada2f3c79a2fd3fb84c0d4425ad (patch) | |
tree | 4db8f49be844ebaeef8171651e92eeabddd73d1f /messages.cpp | |
parent | 1bfecda76700e3ed89a1e381789a77ab26e262a8 (diff) |
hm...
Diffstat (limited to 'messages.cpp')
-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); |