mirror of
https://github.com/inspircd/inspircd.git
synced 2025-04-08 17:20:04 -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);
|
userrec* u = (userrec*)(*u2);
|
||||||
u->MakeHost(host);
|
u->MakeHost(host);
|
||||||
if (elines.size())
|
if (elines.size() || pelines.size())
|
||||||
{
|
{
|
||||||
// ignore people matching exempts
|
// ignore people matching exempts
|
||||||
if (matches_exception(host))
|
if (matches_exception(host))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user