Home | History | Annotate | Download | only in call

Lines Matching defs:GetWord

86 std::string GetWord(const std::vector<std::string>& words,
191 const std::string& command = GetWord(words, 0, "");
213 std::string to = GetWord(words, 1, "");
223 std::string id = GetWord(words, 1, "");
330 std::string to = GetWord(words, 1, "");
337 std::string to = GetWord(words, 1, "");
351 JoinMuc(GetWord(words, 1, ""));
353 LookupAndJoinMuc(GetWord(words, 1, ""));
355 InviteToMuc(words[1], GetWord(words, 2, ""));
357 LeaveMuc(GetWord(words, 1, ""));
359 SetNick(GetWord(words, 1, ""));