diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index be800aa32..b74639a32 100644 --- a/include/commands.h +++ b/include/commands.h @@ -136,9 +136,10 @@ class CoreExport Command : public Service bool RequireUser() const; /** Get the command description + * @param source The source wanting the command description * @return The commands description */ - const Anope::string &GetDesc() const; + virtual const Anope::string GetDesc(CommandSource &source) const; /** Execute this command. * @param source The source |