aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar
diff options
context:
space:
mode:
authorDahlia Trimble2008-07-18 08:22:05 +0000
committerDahlia Trimble2008-07-18 08:22:05 +0000
commit473059905f9ffb41947862ca75b2f14818610755 (patch)
treea4e10e66c199c6dbbf523c23cc78267bbbdf7bd4 /OpenSim/Region/Environment/Modules/Avatar
parentImplement cast to LSL_Types.LSLInteger from double. Fix issue 1770. (diff)
downloadopensim-SC_OLD-473059905f9ffb41947862ca75b2f14818610755.zip
opensim-SC_OLD-473059905f9ffb41947862ca75b2f14818610755.tar.gz
opensim-SC_OLD-473059905f9ffb41947862ca75b2f14818610755.tar.bz2
opensim-SC_OLD-473059905f9ffb41947862ca75b2f14818610755.tar.xz
Commented out a readline that was preventing the sim from shutting down in some cases
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Avatar')
-rw-r--r--OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs
index d66f578..aa1d80c 100644
--- a/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs
+++ b/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs
@@ -310,7 +310,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
310 if (clientName != m_last_leaving_user) 310 if (clientName != m_last_leaving_user)
311 { 311 {
312 Console.WriteLine("Avatar was seen logging out."); 312 Console.WriteLine("Avatar was seen logging out.");
313 Console.ReadLine(); 313 //Console.ReadLine();
314 Console.WriteLine(); 314 Console.WriteLine();
315 m_last_leaving_user = clientName; 315 m_last_leaving_user = clientName;
316 m_irc.PrivMsg(m_irc.Nick, "Sim", String.Format("notices {0} logging out", clientName)); 316 m_irc.PrivMsg(m_irc.Nick, "Sim", String.Format("notices {0} logging out", clientName));