mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown
This commit is contained in:
2
OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
Normal file → Executable file
2
OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
Normal file → Executable file
@@ -542,6 +542,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
get { return m_agentID; }
|
||||
}
|
||||
|
||||
public UUID ScopeId { get { return UUID.Zero; } }
|
||||
|
||||
public void Disconnect(string reason)
|
||||
{
|
||||
IRC_SendChannelPrivmsg("System", "You have been eaten by a grue. (" + reason + ")");
|
||||
|
||||
Reference in New Issue
Block a user