mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 03:43:12 +02:00
Major TKL speed improvements.
This commit is contained in:
@@ -1346,7 +1346,6 @@ int _register_user(aClient *cptr, aClient *sptr, char *nick, char *username, cha
|
||||
RunHookReturnInt2(HOOKTYPE_REQUIRE_SASL, sptr, bconf->reason, !=0);
|
||||
return banned_client(sptr, "Require-Auth", bconf->reason?bconf->reason:"", 0, 0);
|
||||
}
|
||||
tkl_check_expire(NULL);
|
||||
/* Check G/Z lines before shuns -- kill before quite -- codemastr */
|
||||
if ((xx = find_tkline_match(sptr, 0)) < 0)
|
||||
{
|
||||
|
||||
+568
-332
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user