xC: also force monospace for RPL_MOTDSTART

It tends to looks inconsistent without.
This commit is contained in:
Přemysl Eric Janouch 2022-09-05 15:39:33 +02:00
parent aceac26cbb
commit 10f6072da9
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

1
xC.c
View File

@ -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 (&copy.vector[0]);