aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/irc.c3
1 files changed, 1 insertions, 2 deletions
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;
}
}