]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/xline.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / xline.cpp
index 97b28c24d81e96370720dcc64f5f458764609146..accb5ce9f7f8b084ff018d4711b5448cd3b565ad 100644 (file)
@@ -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))