X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/2d2c402d0b784aa615898ea9d455088f7d32443a..b0b796e41f0635ac9a6ba42fef465730023c7d32:/modules/m_pong.c diff --git a/modules/m_pong.c b/modules/m_pong.c index 73220b1..82ce37c 100644 --- a/modules/m_pong.c +++ b/modules/m_pong.c @@ -89,7 +89,7 @@ ms_pong(struct Client *client_p, struct Client *source_p, int parc, const char * sendto_realops_snomask(SNO_GENERAL, L_ALL, "End of burst (emulated) from %s (%d seconds)", source_p->name, - (signed int) (CurrentTime - source_p->localClient->firsttime)); + (signed int) (rb_current_time() - source_p->localClient->firsttime)); SetEob(source_p); eob_count++; call_hook(h_server_eob, source_p);