From 7df5fcfbd3a7a08e357504d2ef1168a6082a21d3 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 4 Apr 2008 01:18:47 +0200 Subject: [PATCH] Make m_dline and m_kline load again. --- modules/m_dline.c | 2 +- modules/m_kline.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/m_dline.c b/modules/m_dline.c index 1880362e..203e6001 100644 --- a/modules/m_dline.c +++ b/modules/m_dline.c @@ -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(); diff --git a/modules/m_kline.c b/modules/m_kline.c index c9b21ae4..7e6631a3 100644 --- a/modules/m_kline.c +++ b/modules/m_kline.c @@ -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;