diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h index c407e2c21..4253b3799 100644 --- a/include/modules.h +++ b/include/modules.h @@ -423,10 +423,10 @@ class CoreExport Module : public Extensible virtual void OnBotNoFantasyAccess(const Anope::string &command, User *u, ChannelInfo *ci, const Anope::string ¶ms) { } /** Called after a bot joins a channel - * @param ci The channael + * @param c The channel * @param bi The bot */ - virtual void OnBotJoin(ChannelInfo *ci, BotInfo *bi) { } + virtual void OnBotJoin(Channel *c, BotInfo *bi) { } /** Called when a bot places a ban * @param u User being banned |