diff options
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; } } |
