diff options
author | Adam <Adam@anope.org> | 2013-04-08 23:36:14 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-08 23:37:42 -0500 |
commit | 0a3d27a91f826db7c3bb639901450a5b00c80b64 (patch) | |
tree | c1045d56cd43ff6775221c897ab28e27faa56ad3 /include/commands.h | |
parent | bcd85ca68281b8f10d4357d6f7daeced4b79a9b4 (diff) |
Made XOP privileges configurable
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 |