Added to TODO

This commit is contained in:
Nicolás Ortega Froysa 2017-09-29 10:43:41 +02:00
parent 0224cd157f
commit 71edd76b60
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

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