Feature Request: Offer to show that autoresponse to muted was sent.

Also, stop letting RLV filter cmdline_printchat() calls.
This commit is contained in:
Inusaito Sayori
2015-03-19 03:37:01 -04:00
parent 8cc2499f0a
commit 6cd7941fd2
9 changed files with 53 additions and 45 deletions

View File

@@ -87,7 +87,7 @@ void ImportTracker::expectRez()
state = IDLE;
finish();
}
void cmdline_printchat(std::string message);*/
void cmdline_printchat(const std::string& message);*/
LLViewerObject* find(U32 local)
{
S32 i;