aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs b/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
index 551c6e2..337644d 100644
--- a/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
@@ -81,9 +81,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
81 } 81 }
82 } 82 }
83 83
84 m_log.InfoFormat("[CHAT] initialized for {0} w:{1} s:{2} S:{3}", scene.RegionInfo.RegionName, 84 m_log.InfoFormat("[CHAT]: Initialized for {0} w:{1} s:{2} S:{3}", scene.RegionInfo.RegionName,
85 m_whisperdistance, m_saydistance, m_shoutdistance); 85 m_whisperdistance, m_saydistance, m_shoutdistance);
86 } 86 }
87
87 public virtual void PostInitialise() 88 public virtual void PostInitialise()
88 { 89 {
89 } 90 }
@@ -199,8 +200,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
199 } 200 }
200 } 201 }
201 202
202
203 static private Vector3 CenterOfRegion = new Vector3(128, 128, 30); 203 static private Vector3 CenterOfRegion = new Vector3(128, 128, 30);
204
204 public virtual void OnChatBroadcast(Object sender, OSChatMessage c) 205 public virtual void OnChatBroadcast(Object sender, OSChatMessage c)
205 { 206 {
206 // unless the chat to be broadcast is of type Region, we 207 // unless the chat to be broadcast is of type Region, we