From 74d823b2a290896394106004cb58fcf009c53dac Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 22 Feb 2006 21:07:20 +0000 Subject: Perm elines ( tag) not being applied - fixed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3293 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/xline.cpp b/src/xline.cpp index 97b28c24d..accb5ce9f 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -665,7 +665,7 @@ void apply_lines(const int What) { userrec* u = (userrec*)(*u2); u->MakeHost(host); - if (elines.size()) + if (elines.size() || pelines.size()) { // ignore people matching exempts if (matches_exception(host)) -- cgit v1.2.3