mirror of
https://github.com/anope/anope.git
synced 2026-07-04 17:53:12 +02:00
Rewrote all of the server handling code
This commit is contained in:
+1
-1
@@ -578,7 +578,7 @@ bool ChannelInfo::CheckKick(User *user)
|
||||
|
||||
/* We don't enforce services restrictions on clients on ulined services
|
||||
* as this will likely lead to kick/rejoin floods. ~ Viper */
|
||||
if (is_ulined(user->server->name))
|
||||
if (user->server->IsULined())
|
||||
return false;
|
||||
|
||||
if (!is_oper(user) && (this->HasFlag(CI_SUSPENDED) || this->HasFlag(CI_FORBIDDEN)))
|
||||
|
||||
Reference in New Issue
Block a user