Groups: Better warning messages to the user.

This commit is contained in:
Diva Canto
2013-07-28 20:47:15 -07:00
parent 1b94de8e58
commit 7eee9eb312
2 changed files with 11 additions and 3 deletions

View File

@@ -991,6 +991,10 @@ namespace OpenSim.Groups
// Should this send updates to everyone in the group?
SendAgentGroupDataUpdate(remoteClient, GetRequestingAgentID(remoteClient));
if (reason != string.Empty)
// A warning
remoteClient.SendAlertMessage("Warning: " + reason);
}
else
remoteClient.SendJoinGroupReply(groupID, false);