From 9edede4f3a594bb4dd3f028a8dc11d4a177d90fd Mon Sep 17 00:00:00 2001 From: Adam- Date: Thu, 25 Feb 2010 07:12:17 +0000 Subject: 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 --- include/modules.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/modules.h') 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 -- cgit