diff options
Diffstat (limited to 'src/commands.cpp')
| -rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 53c901398..ebd94dec5 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -71,7 +71,7 @@ void Command::TellNotEnoughParameters(LocalUser* user, const Params& parameters) user->WriteNumeric(ERR_NEEDMOREPARAMS, name, "Not enough parameters."); if (ServerInstance->Config->SyntaxHints && user->IsFullyConnected()) { - for (const std::string& syntaxline : this->syntax) + for (const auto& syntaxline : this->syntax) user->WriteNumeric(RPL_SYNTAX, name, syntaxline); } } |
