From efd4526d3043f82bf349e76031c2607d8f45a64b Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 1 Feb 2026 21:04:07 +0300 Subject: Enhance registration messages Now ircd responds with all replies up to 4 Plus memchr was wrong, yep --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index cf86c7d..f960b08 100644 --- a/config.h +++ b/config.h @@ -1,3 +1,6 @@ +#define CREATION_DATE "Thu Jan 1 1970 at 00:00:00 UTC" +#define IRCD_VERSION "0.1.0" + #define PARAM_MAX 15 #define MESSAGE_MAX 512 -- cgit 1.4.1