X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcommand_parse.cpp;h=94a4a55fe741937f1927e431db566f44d58490cf;hb=15b51c2ecc81e06c0efb537bec968f7c5acd2ed4;hp=2d3d87b2eb4509c2dcadd18aaca0435b5b56f49c;hpb=c275233c7c356058c812ed3906a833b678e9de69;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 2d3d87b2e..94a4a55fe 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -650,7 +650,7 @@ int CommandParser::TranslateUIDs(const std::deque to, const std:: return translations; } -int CommandParser::TranslateUIDsOnce(TranslateType to, const std::string &source, std::string &dest) +int CommandParser::TranslateUIDs(TranslateType to, const std::string &source, std::string &dest) { User* user = NULL; std::string item;