mirror of
https://github.com/anope/anope.git
synced 2026-07-10 16:23:13 +02:00
Move akick from the core to cs_akick.
This commit is contained in:
@@ -211,16 +211,6 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
for (unsigned j = 0; j < ci->GetAkickCount(); ++j)
|
||||
{
|
||||
const AutoKick *akick = ci->GetAkick(j);
|
||||
if (akick->nc == nc)
|
||||
{
|
||||
ci->EraseAkick(j);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user