X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommand_parse.h;h=f1d9d1b1c7b3e7e9cd11cc839aba61babeb2cba0;hb=ddc77036f61620d15faad818b228a147dbd88852;hp=21dae89dd91b2bcf9919abe39aca60705dcd9ecd;hpb=526f5a4a02882b19056fe755dff1f64b764ff313;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/command_parse.h b/include/command_parse.h index 21dae89dd..f1d9d1b1c 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -3,7 +3,7 @@ * +------------------------------------+ * * InspIRCd: (C) 2002-2009 InspIRCd Development Team - * See: http://www.inspircd.org/wiki/index.php/Credits + * See: http://wiki.inspircd.org/Credits * * This program is free but copyrighted software; see * the file COPYING for details. @@ -203,7 +203,7 @@ class CoreExport CommandParser : public classbase */ int TranslateUIDs(TranslateType to, const std::string &source, std::string &dest); - int TranslateUIDs(const std::vector to, const std::string &source, std::string &dest); + int TranslateUIDs(const std::deque to, const std::deque &source, std::string &dest); }; /** Command handler class for the RELOAD command.