diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Region/Environment/InstantMessageReceiver.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
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] |