diff options
Diffstat (limited to 'src/bots.cpp')
-rw-r--r-- | src/bots.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bots.cpp b/src/bots.cpp index 6e97d4aa2..e9b72f3e8 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -60,8 +60,6 @@ BotInfo::BotInfo(const std::string &nnick, const std::string &nuser, const std:: this->SetFlag(BI_GLOBAL); } - FOREACH_MOD(I_OnBotPreLoad, OnBotPreLoad(this)); - insert_bot(this); // XXX, this is ugly, but it needs to stay until hashing of bots is redone in STL. // If we're synchronised with the uplink already, call introduce_user() for this bot. |