aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-09-13 14:44:55 -0400
committerTest_User <hax@andrewyu.org>2024-09-13 14:44:55 -0400
commitdfdf267e4fc3f439cc4644294d09cb7c302dfa33 (patch)
treeafe46bfb23ce3a84bb041965412e9393e3da5c88
parentc2a79672506f1f4247d9013d06ef49c69a4fbf6c (diff)
downloadhaxircd-dfdf267e4fc3f439cc4644294d09cb7c302dfa33.tar.gz
haxircd-dfdf267e4fc3f439cc4644294d09cb7c302dfa33.zip
This was missing, though not actually broken
-rw-r--r--protocols/inspircd4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/inspircd4.c b/protocols/inspircd4.c
index ef09de1..0849d4a 100644
--- a/protocols/inspircd4.c
+++ b/protocols/inspircd4.c
@@ -1498,6 +1498,8 @@ int inspircd4_protocol_handle_rsquit(struct string source, size_t argc, struct s
networks[next->net].send(next->handle, STRING(":\n"));
}
}
+
+ break;
}
return 0;