diff options
Diffstat (limited to 'OpenSim/Region/Environment/InstantMessageReceiver.cs')
-rw-r--r-- | OpenSim/Region/Environment/InstantMessageReceiver.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/InstantMessageReceiver.cs b/OpenSim/Region/Environment/InstantMessageReceiver.cs index b82b4aa..cc7880d 100644 --- a/OpenSim/Region/Environment/InstantMessageReceiver.cs +++ b/OpenSim/Region/Environment/InstantMessageReceiver.cs | |||
@@ -32,13 +32,10 @@ namespace OpenSim.Region.Environment | |||
32 | /// <summary> | 32 | /// <summary> |
33 | /// Bit Vector for Which Modules to send an instant message to from the Scene or an Associated Module | 33 | /// Bit Vector for Which Modules to send an instant message to from the Scene or an Associated Module |
34 | /// </summary> | 34 | /// </summary> |
35 | |||
36 | // This prevents the Modules from sending Instant messages to other modules through the scene | 35 | // This prevents the Modules from sending Instant messages to other modules through the scene |
37 | // and then receiving the same messages | 36 | // and then receiving the same messages |
38 | |||
39 | // This is mostly here because on LLSL and the SecondLife Client, IMs,Groups and friends are linked | 37 | // This is mostly here because on LLSL and the SecondLife Client, IMs,Groups and friends are linked |
40 | // inseparably | 38 | // inseparably |
41 | |||
42 | [Flags] | 39 | [Flags] |
43 | public enum InstantMessageReceiver : uint | 40 | public enum InstantMessageReceiver : uint |
44 | { | 41 | { |
@@ -51,4 +48,4 @@ namespace OpenSim.Region.Environment | |||
51 | /// <summary>The Groups Module</summary> | 48 | /// <summary>The Groups Module</summary> |
52 | GroupsModule = 0x00000004 | 49 | GroupsModule = 0x00000004 |
53 | } | 50 | } |
54 | } | 51 | } \ No newline at end of file |