1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 11:03:12 +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
-6
View File
@@ -602,12 +602,6 @@ class CoreExport Module
*/
virtual void OnBotBan(User *u, ChannelInfo *ci, const char *mask) { }
/** Called after a bot has been created, but NOT added to the internal
* list and NOT introduced
* @param bi The bot
*/
virtual void OnBotPreLoad(BotInfo *bi) { }
/** Called before a bot kicks a user
* @param bi The bot sending the kick
* @param c The channel the user is being kicked on