summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-25 07:12:17 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-25 07:12:17 +0000
commit9edede4f3a594bb4dd3f028a8dc11d4a177d90fd (patch)
treecc5671ecf72d549723d633af530b331e4c9046e9 /include
parent235c4ae95c1cf467ec47514c2226df675494c12c (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/modules.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/modules.h b/include/modules.h
index 4c5c4cf6b..cbb3a6eb3 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -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