From da4112b02a9ca136b1dde06a63b92d2da5c3a72c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 18 Mar 2026 07:03:14 -0400 Subject: reinstate the bell on timeout. --- src/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc.c') diff --git a/src/irc.c b/src/irc.c index 7860ddd..9269206 100644 --- a/src/irc.c +++ b/src/irc.c @@ -696,7 +696,7 @@ static char check_watchdog() { if(!OS.cdtmf4) { /* timer hath expired */ if(ping_sent) { ping_sent = 0; - // bell(); /* for testing only */ + bell(); /* for testing only */ scr_print_current("Server timed out"); return 0; /* we pinged and didn't get a pong :( */ } else { -- cgit v1.2.3