xC: also force monospace for RPL_MOTDSTART
It tends to looks inconsistent without.
This commit is contained in:
parent
aceac26cbb
commit
10f6072da9
1
xC.c
1
xC.c
|
@ -8763,6 +8763,7 @@ irc_process_numeric (struct server *s,
|
||||||
if (msg->params.len == 2)
|
if (msg->params.len == 2)
|
||||||
irc_try_parse_welcome_for_userhost (s, msg->params.vector[1]);
|
irc_try_parse_welcome_for_userhost (s, msg->params.vector[1]);
|
||||||
break;
|
break;
|
||||||
|
case IRC_RPL_MOTDSTART:
|
||||||
case IRC_RPL_MOTD:
|
case IRC_RPL_MOTD:
|
||||||
if (copy.len)
|
if (copy.len)
|
||||||
irc_adjust_motd (©.vector[0]);
|
irc_adjust_motd (©.vector[0]);
|
||||||
|
|
Loading…
Reference in New Issue