From 71edd76b6007aae37eefe4f9e24556214672d0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 29 Sep 2017 10:43:41 +0200 Subject: [PATCH] Added to TODO --- src/channel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/channel.cpp b/src/channel.cpp index df8a576..bd67dad 100644 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -122,6 +122,7 @@ time_t NeoComm_send_message(const char *channel_name, const char *message) { return now; } +// TODO: Devise a way so that the message can be resent. int NeoComm_check_message(const time_t token) { if(sent_messages.find(token) == sent_messages.end()) {