aboutsummaryrefslogtreecommitdiff
path: root/protocol_numbers.h
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-24 14:48:27 +0800
committerTest_User <hax@andrewyu.org>2024-07-24 04:14:50 -0400
commit8bfadf62bcb08ce3076c44a27a188883af98c664 (patch)
treeaf46d1ee83de8498aef6e674fe049049071afb07 /protocol_numbers.h
parent8571671479e1d8889d36670d1ba1b4d4d8fe68f1 (diff)
downloadhaxircd-8bfadf62bcb08ce3076c44a27a188883af98c664.tar.gz
haxircd-8bfadf62bcb08ce3076c44a27a188883af98c664.zip
Initial InspIRCd v4/1206 protocol support
Diffstat (limited to 'protocol_numbers.h')
-rw-r--r--protocol_numbers.h5
1 files changed, 4 insertions, 1 deletions
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