mirror of
https://github.com/anope/anope.git
synced 2026-07-03 14:53:13 +02:00
Made Command::Execute's params const
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2644 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ class CoreExport Command : public Flags<CommandFlag>
|
||||
/** Execute this command.
|
||||
* @param u The user executing the command.
|
||||
*/
|
||||
virtual CommandReturn Execute(User *u, std::vector<ci::string> &);
|
||||
virtual CommandReturn Execute(User *u, const std::vector<ci::string> &);
|
||||
|
||||
/** Requested when the user is requesting help on this command. Help on this command should be sent to the user.
|
||||
* @param u The user requesting help
|
||||
|
||||
Reference in New Issue
Block a user