diff options
Diffstat (limited to 'src/regchannel.cpp')
-rw-r--r-- | src/regchannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp index 8eb4b28f0..d70985f9c 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -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))) |