mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
Make m_dline and m_kline load again.
This commit is contained in:
parent
f455ed520d
commit
7df5fcfbd3
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue