diff options
author | Peter Powell <petpow@saberuk.com> | 2018-04-21 12:04:43 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-04-22 13:02:19 +0100 |
commit | 35b70631f0532a5828b04a8e0c02092a285f331a (patch) | |
tree | 9e54fba45e659f23fb3b94341debfc0b23bc63af /src/xline.cpp | |
parent | 46e71e2f509eb38166fafcc69931117f0f9b7798 (diff) | |
parent | dd3b11b3aa4eb6cb0b6aff4b245a9b075759737d (diff) |
Merge tag 'v2.0.26' into master.
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index dfd7e2903..cb4f011c0 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -589,10 +589,6 @@ void GLine::Apply(User* u) bool ELine::Matches(User *u) { - LocalUser* lu = IS_LOCAL(u); - if (lu && lu->exempt) - return false; - if (InspIRCd::Match(u->ident, this->identmask, ascii_case_insensitive_map)) { if (InspIRCd::MatchCIDR(u->GetRealHost(), this->hostmask, ascii_case_insensitive_map) || |