diff options
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3108,7 +3108,7 @@ on_irc_timeout (void *user_data) { // Provoke a response from the server struct server *s = user_data; - irc_send (s, "PING :%s", s->irc_user->nickname); + irc_send (s, "PING :%" PRIi64, (int64_t) time (NULL)); } // --- Processing server output ------------------------------------------------ |