From 8bfadf62bcb08ce3076c44a27a188883af98c664 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 24 Jul 2024 14:48:27 +0800 Subject: Initial InspIRCd v4/1206 protocol support --- protocol_numbers.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'protocol_numbers.h') diff --git a/protocol_numbers.h b/protocol_numbers.h index 215d70e..de7d8a8 100644 --- a/protocol_numbers.h +++ b/protocol_numbers.h @@ -37,5 +37,8 @@ #ifdef USE_INSPIRCD3_PROTOCOL #define INSPIRCD3_PROTOCOL 2 #endif +#ifdef USE_INSPIRCD4_PROTOCOL +#define INSPIRCD4_PROTOCOL 3 +#endif -#define NUM_PROTOCOLS 3 +#define NUM_PROTOCOLS 4 -- cgit v1.2.3