1
0
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:
Adam
2012-02-24 14:53:34 -05:00
parent 24811e5970
commit 2337b7717d
7 changed files with 26 additions and 25 deletions
-1
View File
@@ -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);