aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs b/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs
index 6ea542c..eedc47b 100644
--- a/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs
@@ -421,7 +421,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat
421 cs.irc.PrivMsg(cs.PrivateMessageFormat, fromName, Region, txt); 421 cs.irc.PrivMsg(cs.PrivateMessageFormat, fromName, Region, txt);
422 } 422 }
423 423
424 // This method gives the region an opportunity to interfere with 424 // This method gives the region an opportunity to interfere with
425 // message delivery. For now we just enforce the enable/disable 425 // message delivery. For now we just enforce the enable/disable
426 // flag. 426 // flag.
427 427
@@ -435,7 +435,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat
435 } 435 }
436 } 436 }
437 437
438 // This supports any local message traffic that might be needed in 438 // This supports any local message traffic that might be needed in
439 // support of command processing. At present there is none. 439 // support of command processing. At present there is none.
440 440
441 internal void LocalChat(string msg) 441 internal void LocalChat(string msg)