diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-12 12:36:39 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-12 12:36:39 +0000 |
commit | 39c0180794b837d1c1525791cb193b8b0a49e703 (patch) | |
tree | ba80651a280fe7b7e8855af9d43ae133d2fe1110 /protocols/FacebookRM/src/client.h | |
parent | cc4c50d725df57a51a69fcefa94f5812ab56b6f3 (diff) |
Facebook: Fixed and improved duplicit messages checking. Version bump.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index ce49743ea8..621326ac3c 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -149,7 +149,7 @@ public: // Messages handling
- std::set<std::string> messages_sent;
+ std::map<std::string, bool> messages_ignore;
bool channel();
bool send_message(std::string message_recipient, std::string message_text, std::string *error_text, int method);
|