aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
diff options
context:
space:
mode:
authorDr Scofield2008-05-27 08:21:59 +0000
committerDr Scofield2008-05-27 08:21:59 +0000
commita2f8f58f7d71c9f7307938574d24822f41ab1e7b (patch)
treeaf8b361f465471bfc0ae432f0ff5e0d1026274f2 /OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
parent* Assigns a random UUID to a region if the Sim UUID is null. (diff)
downloadopensim-SC_OLD-a2f8f58f7d71c9f7307938574d24822f41ab1e7b.zip
opensim-SC_OLD-a2f8f58f7d71c9f7307938574d24822f41ab1e7b.tar.gz
opensim-SC_OLD-a2f8f58f7d71c9f7307938574d24822f41ab1e7b.tar.bz2
opensim-SC_OLD-a2f8f58f7d71c9f7307938574d24822f41ab1e7b.tar.xz
I'm dropping the ISimChat interface as that has now been
replaced by EventManager events. also, i've added instructions to README.txt about running runprebuild.sh and on how to report bugs. plus some minor fixes (dropping m_log statement left over from debugging llOwnerSay, nicer catch of exception in IRCBridgeModule
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
index c3fc26e..89437c5 100644
--- a/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
+++ b/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
@@ -41,7 +41,7 @@ using OpenSim.Region.Environment.Scenes;
41 41
42namespace OpenSim.Region.Environment.Modules.Avatar.Chat 42namespace OpenSim.Region.Environment.Modules.Avatar.Chat
43{ 43{
44 public class ChatModule : IRegionModule, ISimChat 44 public class ChatModule : IRegionModule
45 { 45 {
46 private static readonly ILog m_log = 46 private static readonly ILog m_log =
47 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 47 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);