From c638c90e5545111fd1217c777724397759dc06d7 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 5 Feb 2026 12:53:36 +0300 Subject: Add NAMES So not it can show who's on the channel, yay. Though, no showing ops --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index dce385b..1aefc9d 100644 --- a/config.h +++ b/config.h @@ -39,4 +39,4 @@ #define PEER_PINGTIMEOUT 120 #define PEER_PONGTIMEOUT 20 -#define POLL_TIMEOUT (PEER_PINGTIMEOUT < PEER_PONGTIMEOUT ? PEER_PINGTIMEOUT : PEER_PONGTIMEOUT) +#define POLL_TIMEOUT min(PEER_PINGTIMEOUT, PEER_PONGTIMEOUT) -- cgit 1.4.1