diff --git a/src/commands/CmdGet.cpp b/src/commands/CmdGet.cpp index 4b8e45512..afb76b84f 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -48,7 +48,7 @@ int CmdGet::execute (std::string& output) { // Obtain the arguments from the description. That way, things like '--' // have already been handled. - std::vector words = context.a3.extract_words (); + std::vector words = context.a3t.getWords (); if (words.size () == 0) throw std::string (STRING_CMD_GET_NO_DOM);