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 467e7e2ae..894e7bef2 100644 --- a/include/mode.h +++ b/include/mode.h @@ -213,7 +213,7 @@ class CoreExport ModeHandler : public Extensible /** For user modes, return the current parameter, if any */ - std::string GetUserParameter(User* user); + virtual std::string GetUserParameter(User* useor); /** * Called when a mode change for your mode occurs. |