From ce0f41da41a2d97d4a8e7159747464ecef72de4c Mon Sep 17 00:00:00 2001 From: Nakidai Date: Wed, 4 Feb 2026 12:21:47 +0300 Subject: Add WHOIS and config parsing Now users can query each other Plus, server info and creation date can be changed without recompiling using configuration file in IRC message format which is loaded on startup TODO: since readcfg uses IRC logic, handle() now should be able to deal with commands ending with simply \n --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e70390f..b9d6948 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ NAME ?= ircd CFLAGS += -Wall -Wextra OBJS += channel.o +OBJS += config.o OBJS += handle.o OBJS += loop.o OBJS += main.o -- cgit 1.4.1