Make m_dline and m_kline load again.

This commit is contained in:
Jilles Tjoelker 2008-04-04 01:18:47 +02:00
parent f455ed520d
commit 7df5fcfbd3
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@ mo_dline(struct Client *client_p, struct Client *source_p,
}
}
set_time();
rb_set_time();
current_date = smalldate();
aconf = make_conf();

View file

@ -174,7 +174,7 @@ mo_kline(struct Client *client_p, struct Client *source_p,
if(already_placed_kline(source_p, user, host, tkline_time))
return 0;
set_time();
rb_set_time();
current_date = smalldate();
aconf = make_conf();
aconf->status = CONF_KILL;