aboutsummaryrefslogtreecommitdiff
path: root/protocols.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-10 16:39:39 -0400
committerTest_User <hax@andrewyu.org>2024-06-10 16:39:39 -0400
commit5534441086cee3130c95460e22ed29bff44cbaef (patch)
tree17ae3e76f55f20995928e2dbe845bc10f063f59e /protocols.c
parente143859cc9c9bfa7994a37e5cc38b203a05c793e (diff)
downloadhaxircd-5534441086cee3130c95460e22ed29bff44cbaef.tar.gz
haxircd-5534441086cee3130c95460e22ed29bff44cbaef.zip
More complete server tracking and communication ready
Diffstat (limited to 'protocols.c')
-rw-r--r--protocols.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols.c b/protocols.c
index 59a1a32..1adb383 100644
--- a/protocols.c
+++ b/protocols.c
@@ -39,6 +39,9 @@ struct protocol protocols[NUM_PROTOCOLS] = {
.autoconnect = inspircd2_protocol_autoconnect,
.update_propagations = inspircd2_protocol_update_propagations,
+ .propagate_new_server = inspircd2_protocol_propagate_new_server,
+ .propagate_unlink = inspircd2_protocol_propagate_unlink,
+
.do_unlink = inspircd2_protocol_do_unlink,
},
#endif