summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-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