mirror of
https://github.com/anope/anope.git
synced 2026-07-06 20:03:14 +02:00
Fix logging /os set list. Enforce snlines on ircds that can't have snlines set by just killing the user. Fix double call to OnMatch() when a user matches an xline
This commit is contained in:
+1
-6
@@ -213,13 +213,8 @@ void XLineManager::CheckAll(User *u)
|
||||
{
|
||||
XLineManager *xlm = *it;
|
||||
|
||||
XLine *x = xlm->CheckAllXLines(u);
|
||||
|
||||
if (x)
|
||||
{
|
||||
xlm->OnMatch(u, x);
|
||||
if (xlm->CheckAllXLines(u))
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user