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()) {