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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user