From c8b344ea748d62d9f37cacd4dd785f15b186725c Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 17 Jan 2015 15:21:51 +0100 Subject: [PATCH] Fix elines not matching elined users when rechecking elined status --- src/xline.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xline.cpp b/src/xline.cpp index 66d24f439a..b710c5c436 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) ||