summaryrefslogtreecommitdiff
path: root/src/xline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xline.cpp')
-rw-r--r--src/xline.cpp2
1 files changed, 1 insertions, 1 deletions
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))