Skip to content

Commit

Permalink
Fix elines not matching elined users when rechecking elined status
Browse files Browse the repository at this point in the history
  • Loading branch information
attilamolnar committed Jan 17, 2015
1 parent b7b21b6 commit c8b344e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xline.cpp
Expand Up @@ -598,9 +598,6 @@ void GLine::Apply(User* u)

bool ELine::Matches(User *u)
{
if (u->exempt)
return false;

if (InspIRCd::Match(u->ident, this->identmask, ascii_case_insensitive_map))
{
if (InspIRCd::MatchCIDR(u->host, this->hostmask, ascii_case_insensitive_map) ||
Expand Down

0 comments on commit c8b344e

Please sign in to comment.