diff options
Diffstat (limited to 'include/modes/cmode_t.h')
-rw-r--r-- | include/modes/cmode_t.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_t.h b/include/modes/cmode_t.h index 55226b6da..b7f87e614 100644 --- a/include/modes/cmode_t.h +++ b/include/modes/cmode_t.h @@ -21,5 +21,5 @@ class ModeChannelTopicOps : public ModeHandler { public: ModeChannelTopicOps(InspIRCd* Instance); - ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding, bool servermode); + ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding); }; |