diff options
Diffstat (limited to 'include/modes/cmode_k.h')
-rw-r--r-- | include/modes/cmode_k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_k.h b/include/modes/cmode_k.h index 19572ffcd..dce0550fe 100644 --- a/include/modes/cmode_k.h +++ b/include/modes/cmode_k.h @@ -21,7 +21,7 @@ class ModeChannelKey : public ModeHandler { public: ModeChannelKey(InspIRCd* Instance); - ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding); + ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding, bool servermode); ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string ¶meter); bool CheckTimeStamp(time_t theirs, time_t ours, const std::string &their_param, const std::string &our_param, Channel* channel); void RemoveMode(Channel* channel); |