diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-30 05:07:27 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-30 05:07:49 -0400 |
| commit | a1b4788028889a4bf515de9b381fe64a97013606 (patch) | |
| tree | 5e833ff86d4b09b4e0faad6c9ea215c9bd15d4a7 | |
| parent | f917179044f1724ef1d2bcd5d7bdbddfe24844f6 (diff) | |
| download | fujinet-chat-a1b4788028889a4bf515de9b381fe64a97013606.tar.gz | |
Forgot the newline for RPL_AWAY. Now at 4901 bytes free.
| -rw-r--r-- | src/irc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
