aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent
diff options
context:
space:
mode:
authorMelanie2011-12-10 15:17:34 +0000
committerMelanie2011-12-10 15:17:34 +0000
commit3a91085ac2364c80b53275886c8130a4b1f0e62f (patch)
treea8474ab6c3ca3e46905594e880308b00006e263a /OpenSim/Region/OptionalModules/Agent
parentminor: remove a mono compiler warning (diff)
downloadopensim-SC_OLD-3a91085ac2364c80b53275886c8130a4b1f0e62f.zip
opensim-SC_OLD-3a91085ac2364c80b53275886c8130a4b1f0e62f.tar.gz
opensim-SC_OLD-3a91085ac2364c80b53275886c8130a4b1f0e62f.tar.bz2
opensim-SC_OLD-3a91085ac2364c80b53275886c8130a4b1f0e62f.tar.xz
Implement handler for TeleportCancel inbound packet
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index 70326b7..32de85f 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -677,6 +677,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
677 public event RequestAvatarProperties OnRequestAvatarProperties; 677 public event RequestAvatarProperties OnRequestAvatarProperties;
678 public event SetAlwaysRun OnSetAlwaysRun; 678 public event SetAlwaysRun OnSetAlwaysRun;
679 public event TeleportLandmarkRequest OnTeleportLandmarkRequest; 679 public event TeleportLandmarkRequest OnTeleportLandmarkRequest;
680 public event TeleportCancel OnTeleportCancel;
680 public event DeRezObject OnDeRezObject; 681 public event DeRezObject OnDeRezObject;
681 public event Action<IClientAPI> OnRegionHandShakeReply; 682 public event Action<IClientAPI> OnRegionHandShakeReply;
682 public event GenericCall1 OnRequestWearables; 683 public event GenericCall1 OnRequestWearables;