aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-01-02 16:44:13 +0000
committerUbitUmarov2019-01-02 16:44:13 +0000
commitb24c669c16d574a30a856839dd5fcbf8c1d4eabe (patch)
tree18ae9d8ecea72c9c20edf4fb7352a8b3b27aab95 /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
parentmantis 8438: work around null ref (diff)
downloadopensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.zip
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.gz
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.bz2
opensim-SC-b24c669c16d574a30a856839dd5fcbf8c1d4eabe.tar.xz
more on the hack (runprebuild)
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index febf995..c7b7818 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -60,8 +60,6 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
60 60
61 public int PingTimeMS { get { return 0; } } 61 public int PingTimeMS { get { return 0; } }
62 62
63 public bool SupportObjectAnimations { get; set; }
64
65 private string m_username; 63 private string m_username;
66 private string m_nick; 64 private string m_nick;
67 65
@@ -1782,5 +1780,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1782 { 1780 {
1783 return 0; 1781 return 0;
1784 } 1782 }
1783
1784 public void CheckViewerCaps() { }
1785
1785 } 1786 }
1786} 1787}