diff options
Diffstat (limited to 'OpenSim/Region/Environment/InstantMessageReceiver.cs')
-rw-r--r-- | OpenSim/Region/Environment/InstantMessageReceiver.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/InstantMessageReceiver.cs b/OpenSim/Region/Environment/InstantMessageReceiver.cs index b82b4aa..d82bffc 100644 --- a/OpenSim/Region/Environment/InstantMessageReceiver.cs +++ b/OpenSim/Region/Environment/InstantMessageReceiver.cs | |||
@@ -32,11 +32,11 @@ 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 | 35 | ||
36 | // This prevents the Modules from sending Instant messages to other modules through the scene | 36 | // This prevents the Modules from sending Instant messages to other modules through the scene |
37 | // and then receiving the same messages | 37 | // and then receiving the same messages |
38 | 38 | ||
39 | // This is mostly here because on LLSL and the SecondLife Client, IMs,Groups and friends are linked | 39 | // This is mostly here because on LLSL and the SecondLife Client, IMs,Groups and friends are linked |
40 | // inseparably | 40 | // inseparably |
41 | 41 | ||
42 | [Flags] | 42 | [Flags] |