mirror of
https://github.com/anope/anope.git
synced 2026-06-30 16:26:39 +02:00
Fixed calculating bots channel count of assigned channels and fixed the order of saving memos (among other things)
This commit is contained in:
@@ -622,7 +622,6 @@ static void LoadBots()
|
||||
|
||||
BotInfo *bi = new BotInfo(nick, user, host, real);
|
||||
bi->created = created;
|
||||
bi->chancount = chancount;
|
||||
|
||||
if (flags & OLD_BI_PRIVATE)
|
||||
bi->SetFlag(BI_PRIVATE);
|
||||
|
||||
Reference in New Issue
Block a user