1
0
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:
Sadie Powell
2025-11-24 12:36:22 +00:00
parent cadeac2dea
commit 62ca6c96eb
13 changed files with 397 additions and 289 deletions
-10
View File
@@ -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;
}
}
}
}