diff options
Diffstat (limited to 'include/modules/cs_set.h')
-rw-r--r-- | include/modules/cs_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cs_set.h b/include/modules/cs_set.h index 3ddf2f41c..355459f7c 100644 --- a/include/modules/cs_set.h +++ b/include/modules/cs_set.h @@ -18,7 +18,7 @@ namespace Event * @param setting The setting passed to the command. Probably ON/OFF. * @return EVENT_ALLOW to bypass access checks, EVENT_STOP to halt immediately. */ - virtual EventReturn OnSetChannelOption(CommandSource &source, Command *cmd, ChannelInfo *ci, const Anope::string &setting) anope_abstract; + virtual EventReturn OnSetChannelOption(CommandSource &source, Command *cmd, ChanServ::Channel *ci, const Anope::string &setting) anope_abstract; }; static EventHandlersReference<SetChannelOption> OnSetChannelOption("OnSetChannelOption"); } |