From 0559bff00a6be2054194632c3543bf62af1fb56f Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 11 May 2019 19:03:57 +0100 Subject: Add the ability to replay messages from a replay log file. (No replay log file writing yet.) --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 5307178..57defb6 100644 --- a/config.h +++ b/config.h @@ -9,4 +9,6 @@ int readnames(char *nick, char *username, char *realname); +int confrelayseconds(); + #endif -- cgit v1.2.3