diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h index de92e8ec5..cbe20ff97 100644 --- a/include/mode.h +++ b/include/mode.h @@ -533,7 +533,7 @@ class CoreExport ModeParser : public fakederef<ModeParser> /** Displays the current modes of a channel or user. * Used by ModeParser::Process. */ - void DisplayCurrentModes(User *user, User* targetuser, Channel* targetchannel, const char* text); + void DisplayCurrentModes(User* user, User* targetuser, Channel* targetchannel); /** Displays the value of a list mode * Used by ModeParser::Process. */ |