Added to TODO
This commit is contained in:
		@@ -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())
 | 
			
		||||
	{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user