diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.cpp b/src/command.cpp index 7d5b9e46c..57203aba2 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -73,9 +73,9 @@ const Anope::string &CommandSource::GetCommand() const return this->command.cname; } -void CommandSource::SetCommand(const Anope::string &command) +void CommandSource::SetCommand(const Anope::string &com) { - this->command.cname = command; + this->command.cname = com; } const Anope::string &CommandSource::GetPermission() const |