Perm elines (<exception> tag) not being applied - fixed

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3293 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-02-22 21:07:20 +00:00
parent e5cd139215
commit 74d823b2a2

View 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))