mirror of
https://github.com/anope/anope.git
synced 2026-07-03 08:53:12 +02:00
Reworked live SQL support yet again
This commit is contained in:
@@ -30,7 +30,7 @@ class CommandBSBotList : public Command
|
||||
|
||||
list.addColumn("Nick").addColumn("Mask");
|
||||
|
||||
for (Anope::insensitive_map<BotInfo *>::const_iterator it = BotListByNick.begin(), it_end = BotListByNick.end(); it != it_end; ++it)
|
||||
for (Anope::insensitive_map<BotInfo *>::const_iterator it = BotListByNick->begin(), it_end = BotListByNick->end(); it != it_end; ++it)
|
||||
{
|
||||
BotInfo *bi = it->second;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user