add caps HomeLocation ; add client SendAlertMessage(string message, string info), where info in info message field. only minimal testing done

This commit is contained in:
UbitUmarov
2016-08-18 12:45:11 +01:00
parent e58e6daf4a
commit ac542715f1
6 changed files with 171 additions and 3 deletions

View File

@@ -1217,6 +1217,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
}
public void SendAlertMessage(string message, string info)
{
}
public void SendLoadURL(string objectname, UUID objectID, UUID ownerID, bool groupOwned, string message, string url)
{
IRC_SendChannelPrivmsg(objectname,url);