Feature Request: Link name in "Autoresponded to <name>" text

This commit is contained in:
Liru Færs
2019-10-20 01:37:28 -04:00
parent ebcbf79237
commit 5ddab7d3b2

View File

@@ -2224,7 +2224,7 @@ void autoresponder_finish(bool show_autoresponded, const LLUUID& session_id, con
void cmdline_printchat(const std::string& message);
if (show_autoresponded)
{
const std::string notice(LLTrans::getString("IM_autoresponded_to") + ' ' + ns_name);
const std::string notice(LLTrans::getString("IM_autoresponded_to") + " [secondlife:///app/agent/" + from_id.asString() + "/about " + ns_name + ']');
is_muted ? cmdline_printchat(notice) : gIMMgr->addMessage(session_id, from_id, name, notice);
}
if (LLViewerInventoryItem* item = gInventory.getItem(itemid))