diff options
author | Melanie Thielker | 2019-08-07 18:19:56 +0100 |
---|---|---|
committer | Melanie Thielker | 2019-08-07 18:22:13 +0100 |
commit | c3e74d9e044618b012f38d3d00aeac2dd212bf45 (patch) | |
tree | a0cc2d65ae2e099e66b60863d943ab8ec9f7c0ca /OpenSim/Region/OptionalModules/Agent | |
parent | Merge branch 'master' of brain.opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.zip opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.gz opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.bz2 opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.xz |
Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rwxr-xr-x[-rw-r--r--] | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index e27bbc3..002bfad 100644..100755 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -542,6 +542,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
542 | get { return m_agentID; } | 542 | get { return m_agentID; } |
543 | } | 543 | } |
544 | 544 | ||
545 | public UUID ScopeId { get { return UUID.Zero; } } | ||
546 | |||
545 | public void Disconnect(string reason) | 547 | public void Disconnect(string reason) |
546 | { | 548 | { |
547 | IRC_SendChannelPrivmsg("System", "You have been eaten by a grue. (" + reason + ")"); | 549 | IRC_SendChannelPrivmsg("System", "You have been eaten by a grue. (" + reason + ")"); |