1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 09:16:38 +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
-1
View File
@@ -35,7 +35,6 @@ void Serialize::RegisterTypes()
static BotInfo::Type bi;
static ChannelInfo::Type ci;
static ChanAccess::Type access;
static AutoKick::Type akick;
static Memo::Type memo;
static XLine::Type xline;
CreateTypes();