diff options
-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 b74072bff..0c6965fe3 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -532,9 +532,6 @@ void ZLine::Apply(User* u) bool QLine::Matches(User *u) { - if (u->exempt) - return false; - if (InspIRCd::Match(u->nick, this->nick)) return true; |