diff options
author | Adam <Adam@anope.org> | 2012-02-24 14:53:34 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-02-24 14:53:34 -0500 |
commit | 2337b7717db05e0c8b53da2d61b5a66f58cc0297 (patch) | |
tree | 4e69f0cfcb64b477cf751403883ff8f4847d31f9 /modules/database/db_old.cpp | |
parent | 24811e59705f2d8995f900f82066084bf22f15ec (diff) |
Fixed calculating bots channel count of assigned channels and fixed the order of saving memos (among other things)
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r-- | modules/database/db_old.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index 5268a345d..f42583bea 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -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); |