diff options
author | UbitUmarov | 2014-08-29 16:19:30 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-29 16:19:30 +0100 |
commit | 7351d92a76ac24edce848fe7410e920f17962101 (patch) | |
tree | d415c604bc0184caca3efc666a7de54862bd7c64 /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server | |
parent | reduce burst (diff) | |
download | opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.zip opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.gz opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.bz2 opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.xz |
add method to get a category throttle rate
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 2112b71..a45bea9 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1705,5 +1705,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1705 | public void SendPartFullUpdate(ISceneEntity ent, uint? parentID) | 1705 | public void SendPartFullUpdate(ISceneEntity ent, uint? parentID) |
1706 | { | 1706 | { |
1707 | } | 1707 | } |
1708 | |||
1709 | public int GetAgentThrottleSilent(int throttle) | ||
1710 | { | ||
1711 | return 0; | ||
1712 | } | ||
1708 | } | 1713 | } |
1709 | } | 1714 | } |