mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 10:56:37 +02:00
It would be nice if expired TKL's actually get removed (duh).
Caused by fac1e30b91 from March 3, 2019.
This commit is contained in:
@@ -1312,6 +1312,7 @@ void _tkl_expire(aTKline * tmp)
|
||||
tkl_check_local_remove_shun(tmp);
|
||||
|
||||
RunHook5(HOOKTYPE_TKL_DEL, NULL, NULL, tmp, 0, NULL);
|
||||
tkl_del_line(tmp);
|
||||
}
|
||||
|
||||
EVENT(_tkl_check_expire)
|
||||
|
||||
Reference in New Issue
Block a user