aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {