diff options
Diffstat (limited to 'src/modes/cmode_s.cpp')
-rw-r--r-- | src/modes/cmode_s.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_s.cpp b/src/modes/cmode_s.cpp index 47e66d139..fa85caaac 100644 --- a/src/modes/cmode_s.cpp +++ b/src/modes/cmode_s.cpp @@ -21,7 +21,7 @@ ModeChannelSecret::ModeChannelSecret(InspIRCd* Instance) : ModeHandler(Instance, { } -ModeAction ModeChannelSecret::OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding) +ModeAction ModeChannelSecret::OnModeChange(User*, User*, Channel* channel, std::string&, bool adding) { if (channel->modes[CM_SECRET] != adding) { |