diff --git a/libs/i18n/en.py b/libs/i18n/en.py index 1c8ed5e..97d1701 100644 --- a/libs/i18n/en.py +++ b/libs/i18n/en.py @@ -37,5 +37,6 @@ class English: "Bye Bye": "Bye Bye", "Not Found": "Not Found", "Okay": "Okay", - "Exit.": "Exit." + "Exit.": "Exit.", + "Added": "Added" } diff --git a/libs/yuuki.py b/libs/yuuki.py index cd6c15b..47f5f15 100644 --- a/libs/yuuki.py +++ b/libs/yuuki.py @@ -372,6 +372,8 @@ class Yuuki: if msgSep[1] == "add": if msgSep[2] in [Member.mid for Member in GroupInfo.members]: if msgSep[2] not in self.data.getData("BlackList"): + self.sendText(self.sendToWho(ncMessage), _("Added")) + elif msgSep[2] not in self.data.getData("BlackList"): self.data.updateData(self.data.getGroup(GroupInfo.id)["Ext_Admin"], True, msgSep[2]) self.sendText(self.sendToWho(ncMessage), _("Okay")) else: