mirror of
https://github.com/anope/anope.git
synced 2026-07-02 20:43:12 +02:00
Fixed some issues and desyncs with creating empty permanent channels on startup & dropping empty channels
This commit is contained in:
@@ -340,10 +340,6 @@ class BotServCore : public Module
|
||||
ci->ExtendMetadata("BS_" + token.upper());
|
||||
}
|
||||
|
||||
void OnPreUserKicked(MessageSource &source, ChanUserContainer *cu, const Anope::string &kickmsg) anope_override
|
||||
{
|
||||
}
|
||||
|
||||
void OnUserKicked(MessageSource &source, User *target, const Anope::string &channel, ChannelStatus &status, const Anope::string &kickmsg) anope_override
|
||||
{
|
||||
BotInfo *bi = BotInfo::Find(target->nick);
|
||||
|
||||
Reference in New Issue
Block a user