mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
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:
parent
e5cd139215
commit
74d823b2a2
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user