diff options
| -rw-r--r-- | src/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
