From 76e2c978829bc6ff7bfe6c49bfa3739e19370990 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sat, 10 Jan 2026 16:32:54 +0300 Subject: Add basic user mode handling So, now there're all modes listed in RFC 2812. The only what they do now, though, is a +r restricting user from changing their nick --- loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loop.c') diff --git a/loop.c b/loop.c index aa3f458..cfba4b6 100644 --- a/loop.c +++ b/loop.c @@ -34,7 +34,7 @@ struct Peer peers[PEERS_MAX]; size_t peers_c; const char *host; -int port; +unsigned long port; void ircd(void) -- cgit 1.4.1