1
0
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:
Adam
2010-04-29 17:31:34 -04:00
committed by Adam
parent 73e93305c1
commit c1d161dec4
27 changed files with 889 additions and 986 deletions
+1 -1
View File
@@ -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)))