aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-07-23 23:54:43 -0400
committerTest_User <hax@andrewyu.org>2024-07-23 23:54:43 -0400
commit6bda8db538d8d9edbca3f607698f828c763966b2 (patch)
treeb11e3e9cecb00b56f6ab5f70cfeba1f7f109fe33
parent36ffbf0e0d84b7361788316c46b2b60baf1962af (diff)
downloadhaxircd-6bda8db538d8d9edbca3f607698f828c763966b2.tar.gz
haxircd-6bda8db538d8d9edbca3f607698f828c763966b2.zip
v4 rejects this otherwise currently, and the reason is fake here anyways
-rw-r--r--protocols/inspircd3.c2
1 files changed, 1 insertions, 1 deletions
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 <UID> <nick_ts> <nick> <host> <vhost> <ident> <address> <user_ts> <modes> [<mode args>] <fullname>