aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/IPBan
diff options
context:
space:
mode:
authorDiva Canto2012-11-13 08:27:51 -0800
committerDiva Canto2012-11-13 08:27:51 -0800
commit608444c9f712cf76fd5560d012b0f90fe2a3986e (patch)
tree2573829ed6af1d0356b4801ac046bbd8e63d8b1e /OpenSim/Region/CoreModules/Agent/IPBan
parentMoved the WindModule and its own plugins out of .addin.xml (diff)
downloadopensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.zip
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.gz
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.bz2
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.xz
Another 21 modules' directives moved out of .addin.xml
Diffstat (limited to 'OpenSim/Region/CoreModules/Agent/IPBan')
-rw-r--r--OpenSim/Region/CoreModules/Agent/IPBan/IPBanModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Agent/IPBan/IPBanModule.cs b/OpenSim/Region/CoreModules/Agent/IPBan/IPBanModule.cs
index 1749dcf..4b457b1 100644
--- a/OpenSim/Region/CoreModules/Agent/IPBan/IPBanModule.cs
+++ b/OpenSim/Region/CoreModules/Agent/IPBan/IPBanModule.cs
@@ -29,6 +29,7 @@ using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30using System.IO; 30using System.IO;
31using System.Text; 31using System.Text;
32using Mono.Addins;
32using Nini.Config; 33using Nini.Config;
33using OpenSim.Framework; 34using OpenSim.Framework;
34using OpenSim.Region.Framework.Interfaces; 35using OpenSim.Region.Framework.Interfaces;
@@ -36,6 +37,7 @@ using OpenSim.Region.Framework.Scenes;
36 37
37namespace OpenSim.Region.CoreModules.Agent.IPBan 38namespace OpenSim.Region.CoreModules.Agent.IPBan
38{ 39{
40 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "IPBanModule")]
39 public class IPBanModule : ISharedRegionModule 41 public class IPBanModule : ISharedRegionModule
40 { 42 {
41 #region Implementation of ISharedRegionModule 43 #region Implementation of ISharedRegionModule