summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r--protocols/FacebookRM/src/client.h2
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);