diff --git a/irc.c b/irc.c index 6889050..24a7a96 100644 --- a/irc.c +++ b/irc.c @@ -108,7 +108,8 @@ main(int argc, char *argv[]) sender = parts[1]; forum = sender; } else if (0 == strcmp(cmd, "PING")) { - dprintf(1, "PONG :%s\r\n", text); + printf("PONG :%s\r\n", text); + fflush(stdout); } {