]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/command_parse.cpp
rollback r11326, we're going to make vc9 the officially supported windows build metho...
[user/henk/code/inspircd.git] / src / command_parse.cpp
index 2d3d87b2eb4509c2dcadd18aaca0435b5b56f49c..94a4a55fe741937f1927e431db566f44d58490cf 100644 (file)
@@ -650,7 +650,7 @@ int CommandParser::TranslateUIDs(const std::deque<TranslateType> 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;