diff options
author | Adam <Adam@anope.org> | 2011-02-25 21:40:43 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-25 21:40:43 -0500 |
commit | ee387569821b45581063f6bc349cccc643f9a293 (patch) | |
tree | 9f8a83e5e9a36304d06c75f2bdf351729ca9bb65 /include/modules.h | |
parent | eea7d2eb7715f875096641bae18250122078bd00 (diff) |
Fixed a lot of small problems
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 |