diff options
Diffstat (limited to 'include/modules/cs_drop.h')
-rw-r--r-- | include/modules/cs_drop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cs_drop.h b/include/modules/cs_drop.h index e2a9ace8a..49247b3cb 100644 --- a/include/modules/cs_drop.h +++ b/include/modules/cs_drop.h @@ -15,6 +15,6 @@ namespace Event * @param source The user dropping the channel * @param ci The channel */ - virtual EventReturn OnChanDrop(CommandSource &source, ChannelInfo *ci) anope_abstract; + virtual EventReturn OnChanDrop(CommandSource &source, ChanServ::Channel *ci) anope_abstract; }; } |