From a8a36c9935af638dc4411734695d60bf4b28fd8a Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 19 Sep 2008 09:34:03 +0000 Subject: Don't check E:Lines when enforcing Q:Lines on connected users. Thanks MacGyver. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10559 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/xline.cpp') 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; -- cgit v1.2.3