mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Revert "Merge master into teravuswork", it should have been avination, not master.
This reverts commitdfac269032, reversing changes made to619c39e514.
This commit is contained in:
@@ -891,10 +891,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
public void Close()
|
||||
{
|
||||
Close(true, false);
|
||||
Close(true);
|
||||
}
|
||||
|
||||
public void Close(bool sendStop, bool force)
|
||||
public void Close(bool sendStop)
|
||||
{
|
||||
Disconnect();
|
||||
}
|
||||
@@ -959,8 +959,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendChatMessage(
|
||||
string message, byte type, Vector3 fromPos, string fromName, UUID fromAgentID, UUID ownerID, byte source, byte audible)
|
||||
public void SendChatMessage(string message, byte type, Vector3 fromPos, string fromName, UUID fromAgentID, byte source, byte audible)
|
||||
{
|
||||
if (audible > 0 && message.Length > 0)
|
||||
IRC_SendChannelPrivmsg(fromName, message);
|
||||
|
||||
Reference in New Issue
Block a user