aboutsummaryrefslogtreecommitdiff
path: root/protocol_numbers.h
diff options
context:
space:
mode:
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