From 6336c1bf78504c3913a1d56037ad917ec341c52b Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Thu, 3 Apr 2008 22:01:59 +0200 Subject: [PATCH] Make m_stats and m_svinfo load again. --- modules/m_stats.c | 2 -- modules/m_svinfo.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/m_stats.c b/modules/m_stats.c index 7d9abc9..646db44 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -453,7 +453,6 @@ static void stats_events (struct Client *source_p) { rb_dump_events(stats_events_cb, source_p); - send_pop_queue(source_p); } /* stats_pending_glines() @@ -1384,7 +1383,6 @@ static void stats_comm(struct Client *source_p) { rb_dump_fd(rb_dump_fd_callback, source_p); - send_pop_queue(source_p); } /* diff --git a/modules/m_svinfo.c b/modules/m_svinfo.c index d7336eb..a6b4848 100644 --- a/modules/m_svinfo.c +++ b/modules/m_svinfo.c @@ -80,7 +80,7 @@ ms_svinfo(struct Client *client_p, struct Client *source_p, int parc, const char /* * since we're here, might as well set rb_current_time() while we're at it */ - set_time(); + rb_set_time(); theirtime = atol(parv[4]); deltat = abs(theirtime - rb_current_time());