Make m_stats and m_svinfo load again.

This commit is contained in:
Jilles Tjoelker 2008-04-03 22:01:59 +02:00
parent 9df69d5b30
commit 6336c1bf78
2 changed files with 1 additions and 3 deletions

View File

@ -453,7 +453,6 @@ static void
stats_events (struct Client *source_p) stats_events (struct Client *source_p)
{ {
rb_dump_events(stats_events_cb, source_p); rb_dump_events(stats_events_cb, source_p);
send_pop_queue(source_p);
} }
/* stats_pending_glines() /* stats_pending_glines()
@ -1384,7 +1383,6 @@ static void
stats_comm(struct Client *source_p) stats_comm(struct Client *source_p)
{ {
rb_dump_fd(rb_dump_fd_callback, source_p); rb_dump_fd(rb_dump_fd_callback, source_p);
send_pop_queue(source_p);
} }
/* /*

View 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 * 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]); theirtime = atol(parv[4]);
deltat = abs(theirtime - rb_current_time()); deltat = abs(theirtime - rb_current_time());