]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Make m_stats and m_svinfo load again.
authorJilles Tjoelker <redacted>
Thu, 3 Apr 2008 20:01:59 +0000 (22:01 +0200)
committerJilles Tjoelker <redacted>
Thu, 3 Apr 2008 20:01:59 +0000 (22:01 +0200)
modules/m_stats.c
modules/m_svinfo.c

index 7d9abc9fe276ec76ec866ae7c2bbabad492c446d..646db4491d67019601a58fe70dd8d6e4b3863831 100644 (file)
@@ -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);
 }
 
 /*
index d7336eb52e5b4a097ce67bf57dd34324c9f09d46..a6b48482c233b3da93408a39fe3f756671a5649d 100644 (file)
@@ -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());