summaryrefslogtreecommitdiff
path: root/include/modes/cmode_k.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_k.h')
-rw-r--r--include/modes/cmode_k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_k.h b/include/modes/cmode_k.h
index a84adff5f..bb3597923 100644
--- a/include/modes/cmode_k.h
+++ b/include/modes/cmode_k.h
@@ -20,7 +20,7 @@ class InspIRCd;
class ModeChannelKey : public ModeHandler
{
public:
- ModeChannelKey(InspIRCd* Instance);
+ ModeChannelKey();
ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);