diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-18 06:31:25 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-18 06:31:25 -0400 |
| commit | 46e3dec8f905f9c4c9880adfa960b89440d21ec8 (patch) | |
| tree | 12d390d59c2e8961a72eda930cd8b81820079762 /src/irc.c | |
| parent | b07cf8d151424ea0f6790e884af160e233943579 (diff) | |
| download | fujinet-chat-46e3dec8f905f9c4c9880adfa960b89440d21ec8.tar.gz | |
Derp.
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,12 +153,12 @@ static void print_ping_time(char *p) { } static void do_server_pong(void) { + ping_sent = 0; if(*msg_text == 'A') return; /* don't print auto-pings */ msg_src = "Server"; // FIXME: what if the server doesn't :-quote the response? print_ping_time(msg_text); scr_eol_active(); - ping_sent = 0; } /* FIXME: this isn't very fast */ |
