aboutsummaryrefslogtreecommitdiff
path: root/protocols.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-14 20:24:27 -0400
committerTest_User <hax@andrewyu.org>2024-06-14 20:24:27 -0400
commit55c968cbe14ab1867cdd25edca90fcb8553d853a (patch)
tree491eefc2f756bc31e8688bff0dd24aa6de3cd32b /protocols.c
parente109069edf84f41c17f9c43f9f20b6d4d2725235 (diff)
downloadhaxircd-55c968cbe14ab1867cdd25edca90fcb8553d853a.tar.gz
haxircd-55c968cbe14ab1867cdd25edca90fcb8553d853a.zip
KICK support, more HaxServ stuff
Diffstat (limited to 'protocols.c')
-rw-r--r--protocols.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols.c b/protocols.c
index b871429..afdbca5 100644
--- a/protocols.c
+++ b/protocols.c
@@ -52,6 +52,7 @@ struct protocol protocols[NUM_PROTOCOLS] = {
.propagate_set_channel = inspircd2_protocol_propagate_set_channel,
.propagate_join_channel = inspircd2_protocol_propagate_join_channel,
.propagate_part_channel = inspircd2_protocol_propagate_part_channel,
+ .propagate_kick_channel = inspircd2_protocol_propagate_kick_channel,
.propagate_privmsg = inspircd2_protocol_propagate_privmsg,
.propagate_notice = inspircd2_protocol_propagate_notice,