From d92bf1f7cf76d0c678ccbaea10a5ff6d41630e52 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Mar 2026 06:26:04 -0400 Subject: Remove server/nick prompts from client, add a separate config tool that loads as an init segment, with lots more options. --- src/config.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/config.c (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c new file mode 100644 index 0000000..f7c8982 --- /dev/null +++ b/src/config.c @@ -0,0 +1,3 @@ +#include "config.h" + +conf_t *conf = (conf_t *)0x0400; -- cgit v1.2.3