Added to TODO
This commit is contained in:
parent
0224cd157f
commit
71edd76b60
@ -122,6 +122,7 @@ time_t NeoComm_send_message(const char *channel_name, const char *message) {
|
|||||||
return now;
|
return now;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Devise a way so that the message can be resent.
|
||||||
int NeoComm_check_message(const time_t token) {
|
int NeoComm_check_message(const time_t token) {
|
||||||
if(sent_messages.find(token) == sent_messages.end())
|
if(sent_messages.find(token) == sent_messages.end())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user