aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-18 07:03:14 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-18 07:03:14 -0400
commitda4112b02a9ca136b1dde06a63b92d2da5c3a72c (patch)
treeb88bb7b4fc942417e7f7c9ef41e2a474827eaf08 /src
parent167a409e5d5b4018807fc89a85c54592c6cc5014 (diff)
downloadfujinet-chat-da4112b02a9ca136b1dde06a63b92d2da5c3a72c.tar.gz
reinstate the bell on timeout.
Diffstat (limited to 'src')
-rw-r--r--src/irc.c2
1 files changed, 1 insertions, 1 deletions
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 {