diff options
author | Melanie | 2009-10-17 14:50:21 +0100 |
---|---|---|
committer | Melanie | 2009-10-17 14:50:21 +0100 |
commit | c7da13eb234d22c4d1b111fb51a4093ce49de0b7 (patch) | |
tree | c11280ec8b7169244cafa79a2a7d56966fb589c2 /OpenSim/Region | |
parent | Re-rename ProductName back to it's original RegionType (diff) | |
download | opensim-SC_OLD-c7da13eb234d22c4d1b111fb51a4093ce49de0b7.zip opensim-SC_OLD-c7da13eb234d22c4d1b111fb51a4093ce49de0b7.tar.gz opensim-SC_OLD-c7da13eb234d22c4d1b111fb51a4093ce49de0b7.tar.bz2 opensim-SC_OLD-c7da13eb234d22c4d1b111fb51a4093ce49de0b7.tar.xz |
Adds SendAvatarInterestsUpdate to IClientAPI
Thank you, Fly-Man
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index a8acf0d..434da0a 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -831,7 +831,9 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
831 | public event PickInfoUpdate OnPickInfoUpdate; | 831 | public event PickInfoUpdate OnPickInfoUpdate; |
832 | public event AvatarNotesUpdate OnAvatarNotesUpdate; | 832 | public event AvatarNotesUpdate OnAvatarNotesUpdate; |
833 | public event MuteListRequest OnMuteListRequest; | 833 | public event MuteListRequest OnMuteListRequest; |
834 | public event AvatarInterestUpdate OnAvatarInterestUpdate; | ||
834 | public event PlacesQuery OnPlacesQuery; | 835 | public event PlacesQuery OnPlacesQuery; |
836 | |||
835 | #pragma warning restore 67 | 837 | #pragma warning restore 67 |
836 | 838 | ||
837 | public void SetDebugPacketLevel(int newDebug) | 839 | public void SetDebugPacketLevel(int newDebug) |
@@ -1570,6 +1572,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1570 | 1572 | ||
1571 | } | 1573 | } |
1572 | 1574 | ||
1575 | public void SendAvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages) | ||
1576 | { | ||
1577 | |||
1578 | } | ||
1579 | |||
1573 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) | 1580 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) |
1574 | { | 1581 | { |
1575 | 1582 | ||