aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-06 04:54:18 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-06 04:54:18 -0400
commite00d109f7997ea3c238677a28271ced8fa8f9d4e (patch)
tree6a7d9a4222908b496ce105f1c56af649afe3fa75 /src
parentc362948de97b385ec949552ff774c00156485208 (diff)
downloadfujinet-chat-e00d109f7997ea3c238677a28271ced8fa8f9d4e.tar.gz
Add newline to "Server timed out", remove bell() call.
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;
}
}