From a1b4788028889a4bf515de9b381fe64a97013606 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 30 Mar 2026 05:07:27 -0400 Subject: Forgot the newline for RPL_AWAY. Now at 4901 bytes free. --- src/irc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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: -- cgit v1.2.3