mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 07:13:12 +02:00
Add TKL exception type handling (phase 2 of X)
This commit is contained in:
@@ -1235,12 +1235,14 @@ enum EfunctionType {
|
||||
EFUNC_BROADCAST_MD_GLOBALVAR_CMD,
|
||||
EFUNC_TKL_IP_HASH,
|
||||
EFUNC_TKL_IP_HASH_TYPE,
|
||||
EFUNC_TKL_ADD_BANEXCEPTION,
|
||||
EFUNC_TKL_ADD_NAMEBAN,
|
||||
EFUNC_TKL_ADD_SPAMFILTER,
|
||||
EFUNC_SENDNOTICE_TKL_ADD,
|
||||
EFUNC_SENDNOTICE_TKL_DEL,
|
||||
EFUNC_FREE_TKL,
|
||||
EFUNC_FIND_TKL_SERVERBAN,
|
||||
EFUNC_FIND_TKL_BANEXCEPTION,
|
||||
EFUNC_FIND_TKL_NAMEBAN,
|
||||
EFUNC_FIND_TKL_SPAMFILTER,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user