aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ChatTypeEnum.cs
diff options
context:
space:
mode:
authorJeff Ames2008-07-11 09:18:17 +0000
committerJeff Ames2008-07-11 09:18:17 +0000
commit3b9cf652349327f7b255a850d5b966a9e3b9437e (patch)
tree3d5b58711b46616716c7e5079db3dc77fcf0d45e /OpenSim/Framework/ChatTypeEnum.cs
parentThanks Mike for another LSL compiler patch which fixes a bug where 'vector v=... (diff)
downloadopensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.zip
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.gz
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.bz2
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.xz
Update svn properties.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/ChatTypeEnum.cs30
1 files changed, 15 insertions, 15 deletions
diff --git a/OpenSim/Framework/ChatTypeEnum.cs b/OpenSim/Framework/ChatTypeEnum.cs
index afde12e..0aed54f 100644
--- a/OpenSim/Framework/ChatTypeEnum.cs
+++ b/OpenSim/Framework/ChatTypeEnum.cs
@@ -1,16 +1,16 @@
1namespace OpenSim.Framework 1namespace OpenSim.Framework
2{ 2{
3 public enum ChatTypeEnum 3 public enum ChatTypeEnum
4 { 4 {
5 Whisper = 0, 5 Whisper = 0,
6 Say = 1, 6 Say = 1,
7 Shout = 2, 7 Shout = 2,
8 // 3 is an obsolete version of Say 8 // 3 is an obsolete version of Say
9 StartTyping = 4, 9 StartTyping = 4,
10 StopTyping = 5, 10 StopTyping = 5,
11 DebugChannel = 6, 11 DebugChannel = 6,
12 Region = 7, 12 Region = 7,
13 Owner = 8, 13 Owner = 8,
14 Broadcast = 0xFF 14 Broadcast = 0xFF
15 } 15 }
16} \ No newline at end of file 16} \ No newline at end of file