1
0
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:
Bram Matthys
2019-03-15 16:34:30 +01:00
parent 761ae02935
commit 7ad6b15e92
+1
View File
@@ -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)