aboutsummaryrefslogtreecommitdiff
path: root/localchat.c
diff options
context:
space:
mode:
Diffstat (limited to 'localchat.c')
-rw-r--r--localchat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/localchat.c b/localchat.c
index be6b57a..d0c3a16 100644
--- a/localchat.c
+++ b/localchat.c
@@ -60,6 +60,8 @@ struct sockaddr_in accepted_addr;
// indicates whether needs to respond to a request
int respond_to_chat_request = 0;
+time_t chat_requested_time;
+
// include functions
#include "clean_table.h"
#include "online.h"