diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 2c2a64ed4..5bc9f01d1 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -35,7 +35,7 @@ void introduce_user(const std::string &user) /* We make the bots go online */ /* XXX: it might be nice to have this inside BotInfo's constructor, or something? */ - for (botinfo_map::const_iterator it = BotList.begin(); it != BotList.end(); ++it) + for (botinfo_map::const_iterator it = BotListByNick.begin(); it != BotListByNick.end(); ++it) { BotInfo *bi = it->second; |