Make agent slurls with name types open profile on click

This commit is contained in:
Lirusaito
2019-02-03 18:37:51 -05:00
parent 62628a66bd
commit d2a42e47ce

View File

@@ -98,7 +98,7 @@ public:
std::string verb = params[1].asString();
for (; !verb.empty() && std::ispunct(verb.back()); verb.pop_back());
if (verb == "about")
if (verb == "about" || verb == "completename" || verb == "displayname" || verb == "username")
{
LLAvatarActions::showProfile(avatar_id);
return true;