aboutsummaryrefslogtreecommitdiff
path: root/protocols.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols.c')
-rw-r--r--protocols.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols.c b/protocols.c
index eb1e6f4..59a1a32 100644
--- a/protocols.c
+++ b/protocols.c
@@ -35,8 +35,11 @@
struct protocol protocols[NUM_PROTOCOLS] = {
#ifdef USE_INSPIRCD2_PROTOCOL
[INSPIRCD2_PROTOCOL] = {
- .handle_connection = inspircd2_protocol_handle_connection,
+ .handle_connection = inspircd2_protocol_connection,
.autoconnect = inspircd2_protocol_autoconnect,
+ .update_propagations = inspircd2_protocol_update_propagations,
+
+ .do_unlink = inspircd2_protocol_do_unlink,
},
#endif
};