- Localized the new _get command.
This commit is contained in:
Paul Beckingham 2013-09-02 15:33:52 -04:00
parent bc41e7378a
commit 8252095174
5 changed files with 5 additions and 1 deletions

View file

@ -51,7 +51,7 @@ int CmdGet::execute (std::string& output)
// have already been handled.
std::vector <std::string> words = context.a3.extract_words ();
if (words.size () == 0)
throw std::string ("Need args!");
throw std::string (STRING_CMD_GET_NO_DOM);
std::vector <std::string> results;
std::vector <std::string>::iterator word;