diff options
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 2 |
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)) |