manager.c: Properly terminate CoreShowChannelMap event.

Fixes #761
This commit is contained in:
Sean Bright
2024-06-10 12:54:05 -04:00
parent b56d50ba16
commit 7920e75da5

View File

@@ -7220,7 +7220,7 @@ static int action_coreshowchannelmap(struct mansession *s, const struct message
"Event: CoreShowChannelMap\r\n"
"%s"
"Channel: %s\r\n"
"ConnectedChannel: %s\r\n\n",
"ConnectedChannel: %s\r\n\r\n",
id_text,
channel_name,
current_channel_name);