1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 16:06:37 +02:00

Removed OnBotPreLoad event, this is a much better way to prevent multiple of the same bots being loaded

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2796 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-02-25 07:12:17 +00:00
parent 235c4ae95c
commit 9edede4f3a
4 changed files with 3 additions and 20 deletions
-2
View File
@@ -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.