aboutsummaryrefslogtreecommitdiff
path: root/protocols.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols.c')
-rw-r--r--protocols.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols.c b/protocols.c
index 9e567cd..b871429 100644
--- a/protocols.c
+++ b/protocols.c
@@ -35,6 +35,8 @@
struct protocol protocols[NUM_PROTOCOLS] = {
#ifdef USE_INSPIRCD2_PROTOCOL
[INSPIRCD2_PROTOCOL] = {
+ .init = init_inspircd2_protocol,
+
.handle_connection = inspircd2_protocol_connection,
.autoconnect = inspircd2_protocol_autoconnect,
.update_propagations = inspircd2_protocol_update_propagations,