diff options
Diffstat (limited to 'message.c')
-rw-r--r-- | message.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -950,6 +950,9 @@ int processclientmessage(SSL *server_ssl, char *str, struct client *clients, int sendtoclient(sourcefd, outgoingmsg, clients, settings, 0); } + // And record the time of the last client registration + ircdstate->clientchangetime = time(NULL); + return 1; } |