From ed0ddade50ed7ee22e3c1751efedff36f439b48f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Oct 2022 13:31:46 -0600 Subject: [PATCH 1/2] update version --- Groupie.toc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Groupie.toc b/Groupie.toc index 86662bd..2b87318 100644 --- a/Groupie.toc +++ b/Groupie.toc @@ -1,7 +1,7 @@ ## Interface: 30400 ## Title: Groupie ## Notes: A better LFG tool for Classic WoW. -## Version: 1.42 +## Version: 1.50 ## Author: Gogo, LemonDrake, Kynura, Raegen ## SavedVariables: GroupieDB ## X-Curse-Project-ID: 661450 From 67f76898138c66caa07c02187d13ac1269fec592 Mon Sep 17 00:00:00 2001 From: Gogo1951 <55365231+Gogo1951@users.noreply.github.com> Date: Sat, 15 Oct 2022 00:02:38 -0500 Subject: [PATCH 2/2] Copy Changes --- AutoResponse.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutoResponse.lua b/AutoResponse.lua index a851125..2819e33 100644 --- a/AutoResponse.lua +++ b/AutoResponse.lua @@ -7,8 +7,8 @@ local L = LibStub('AceLocale-3.0'):GetLocale('Groupie') local time = time addon.recentPlayers = {} -local askForPlayerInfo = format("{rt3} %s : What are you?", addonName) -local askForInstance = format("{rt3} %s : What are you inviting me to? Let me know what Role you need, and if there are any reserves. Thanks!" +local askForPlayerInfo = format("{rt3} %s : What Role are you?", addonName) +local askForInstance = format("{rt3} %s : Please confirm what Instance you're inviting me to, thanks!" , addonName) --Clear table entries more than 1 minute old