aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-30 05:07:27 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-30 05:07:49 -0400
commita1b4788028889a4bf515de9b381fe64a97013606 (patch)
tree5e833ff86d4b09b4e0faad6c9ea215c9bd15d4a7 /src
parentf917179044f1724ef1d2bcd5d7bdbddfe24844f6 (diff)
downloadfujinet-chat-a1b4788028889a4bf515de9b381fe64a97013606.tar.gz
Forgot the newline for RPL_AWAY. Now at 4901 bytes free.
Diffstat (limited to 'src')
-rw-r--r--src/irc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc.c b/src/irc.c
index bf205d0..9034dfb 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -495,6 +495,7 @@ static void do_numeric(void) {
scr_print_active(msg_args[1]);
scr_print_active(" is away: ");
scr_print_active(msg_text);
+ scr_eol_active();
break;
default: