update chat

This commit is contained in:
Bunny67
2018-07-07 18:27:45 +03:00
parent b46771ae2f
commit 7b9ba50490
3 changed files with 59 additions and 139 deletions
+1 -1
View File
@@ -1141,6 +1141,6 @@ function E:Initialize()
collectgarbage()
if self.db.general.loginmessage then
print(select(2, E:GetModule("Chat").FindURL(format(L["LOGIN_MSG"], self["media"].hexvaluecolor, self["media"].hexvaluecolor, self.version)))..".")
print(select(2, E:GetModule("Chat"):FindURL("CHAT_MSG_DUMMY", format(L["LOGIN_MSG"], self["media"].hexvaluecolor, self["media"].hexvaluecolor, self.version)))..".")
end
end