aboutsummaryrefslogtreecommitdiff
path: root/xC.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-05 15:39:33 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-05 23:07:20 +0200
commit10f6072da954f8eb59192e287b7eeb7a9efd1134 (patch)
tree9d22c7f513d0e10bda7698a9f60857262c2bf93d /xC.c
parentaceac26cbbc28bf0f1ee747976947f083325e762 (diff)
downloadxK-10f6072da954f8eb59192e287b7eeb7a9efd1134.tar.gz
xK-10f6072da954f8eb59192e287b7eeb7a9efd1134.tar.xz
xK-10f6072da954f8eb59192e287b7eeb7a9efd1134.zip
xC: also force monospace for RPL_MOTDSTART
It tends to looks inconsistent without.
Diffstat (limited to 'xC.c')
-rw-r--r--xC.c1
1 files changed, 1 insertions, 0 deletions
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 (&copy.vector[0]);