aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs
diff options
context:
space:
mode:
authoronefang2019-09-11 16:36:50 +1000
committeronefang2019-09-11 16:36:50 +1000
commit50cd1ffd32f69228e566f2b0b89f86ea0d9fe489 (patch)
tree52f2ab0c04f1a5d7d6ac5dc872981b4b156447e7 /OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs
parentRenamed branch to SledjChisl. (diff)
parentBump to release flavour, build 0. (diff)
downloadopensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.zip
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.gz
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.bz2
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.xz
Merge branch 'SledjChisl'
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/Chat/RegionState.cs')
-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)