From 6bda8db538d8d9edbca3f607698f828c763966b2 Mon Sep 17 00:00:00 2001 From: Test_User Date: Tue, 23 Jul 2024 23:54:43 -0400 Subject: v4 rejects this otherwise currently, and the reason is fake here anyways --- protocols/inspircd3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/inspircd3.c b/protocols/inspircd3.c index 466d3d2..47e880c 100644 --- a/protocols/inspircd3.c +++ b/protocols/inspircd3.c @@ -593,7 +593,7 @@ void inspircd3_protocol_propagate_unlink_server(struct string from, struct serve inspircd3_protocol_propagate(from, SID); inspircd3_protocol_propagate(from, STRING(" SQUIT ")); inspircd3_protocol_propagate(from, target->sid); - inspircd3_protocol_propagate(from, STRING(" :\n")); + inspircd3_protocol_propagate(from, STRING(" : \n")); } // [:source] UID
[] -- cgit v1.2.3