X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommand_parse.h;h=f0d1990dc50eaa347d55e7de8200fe2bf4609a43;hb=c275233c7c356058c812ed3906a833b678e9de69;hp=f1d9d1b1c7b3e7e9cd11cc839aba61babeb2cba0;hpb=eed00fd454dd33bf47f9d605ecbdd9b610e14e7e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/command_parse.h b/include/command_parse.h index f1d9d1b1c..f0d1990dc 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -201,7 +201,7 @@ class CoreExport CommandParser : public classbase * @param dest The output string, it is safe to pass source and dest as the same variable only for translation type TR_TEXT. * @return returns the number of substitutions made. Will always be 0 or 1 for TR_TEXT and 0..n for other types. */ - int TranslateUIDs(TranslateType to, const std::string &source, std::string &dest); + int TranslateUIDsOnce(TranslateType to, const std::string &source, std::string &dest); int TranslateUIDs(const std::deque to, const std::deque &source, std::string &dest); };