diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-11 19:03:57 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-11 19:03:57 +0100 |
commit | 0559bff00a6be2054194632c3543bf62af1fb56f (patch) | |
tree | f007a35d1d7af9a7fa1166831b982c84111baad7 /config.h | |
parent | c46d01b5afd2da4779efb2700469037eca6122be (diff) |
Add the ability to replay messages from a replay log file. (No replay log file writing yet.)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,4 +9,6 @@ int readnames(char *nick, char *username, char *realname); +int confrelayseconds(); + #endif |