summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2026-02-01 21:04:07 +0300
committerNakidai <nakidai@disroot.org>2026-02-01 21:04:07 +0300
commitefd4526d3043f82bf349e76031c2607d8f45a64b (patch)
tree27534793a86b00ff67c525dedcc00a673363d67b /config.h
parenta7298f097c6e899dfc4cd91468cd3256f024870a (diff)
downloadlibreircd-efd4526d3043f82bf349e76031c2607d8f45a64b.tar.gz
libreircd-efd4526d3043f82bf349e76031c2607d8f45a64b.zip
Enhance registration messages
Now ircd responds with all replies up to 4

Plus memchr was wrong, yep
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
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