Feature Request: Link name in "Autoresponded to <name>" text
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user