diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-05 15:39:33 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-05 23:07:20 +0200 |
commit | 10f6072da954f8eb59192e287b7eeb7a9efd1134 (patch) | |
tree | 9d22c7f513d0e10bda7698a9f60857262c2bf93d /xC.c | |
parent | aceac26cbbc28bf0f1ee747976947f083325e762 (diff) | |
download | xK-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]); |