From e00d109f7997ea3c238677a28271ced8fa8f9d4e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 6 Apr 2026 04:54:18 -0400 Subject: Add newline to "Server timed out", remove bell() call. --- src/irc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/irc.c') diff --git a/src/irc.c b/src/irc.c index 2ed6d43..9c683da 100644 --- a/src/irc.c +++ b/src/irc.c @@ -707,8 +707,7 @@ static char service_minute_timer() { } else { /* idle >=121 sec, already sent a ping, got nothing back. we timed out. */ - bell(); /* for testing only */ - scr_print_current("Server timed out"); + scr_print_current("Server timed out\n"); return 0; } } -- cgit v1.2.3