diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-01-17 15:21:51 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-01-17 15:21:51 +0100 |
commit | c8b344ea748d62d9f37cacd4dd785f15b186725c (patch) | |
tree | 1e0d457eb51aea3182ffbf0e6535b9f5791008fe /src/xline.cpp | |
parent | b7b21b660c164abfb1acd75564082df2f5b1078e (diff) |
Fix elines not matching elined users when rechecking elined status
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 66d24f439..b710c5c43 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -598,9 +598,6 @@ void GLine::Apply(User* u) bool ELine::Matches(User *u) { - if (u->exempt) - return false; - if (InspIRCd::Match(u->ident, this->identmask, ascii_case_insensitive_map)) { if (InspIRCd::MatchCIDR(u->host, this->hostmask, ascii_case_insensitive_map) || |