From 10f6072da954f8eb59192e287b7eeb7a9efd1134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 5 Sep 2022 15:39:33 +0200 Subject: [PATCH] xC: also force monospace for RPL_MOTDSTART It tends to looks inconsistent without. --- xC.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xC.c b/xC.c index e0c9e01..c628cb4 100644 --- a/xC.c +++ b/xC.c @@ -8763,6 +8763,7 @@ irc_process_numeric (struct server *s, if (msg->params.len == 2) irc_try_parse_welcome_for_userhost (s, msg->params.vector[1]); break; + case IRC_RPL_MOTDSTART: case IRC_RPL_MOTD: if (copy.len) irc_adjust_motd (©.vector[0]);