diff options
| author | 2015-01-18 10:40:33 +0100 | |
|---|---|---|
| committer | 2015-01-18 10:40:33 +0100 | |
| commit | 4fc2f7199e964ba5112ecdb2613c6fd5c2eee638 (patch) | |
| tree | bf2469f00fd4dfeaa07c0ab431a9663952cf17b7 /src/modules/extra/m_geoip.cpp | |
| parent | Verify that the chan in chanlist is in fact the same object as us in Channel:... (diff) | |
Specify which Extensible subclass an ExtensionItem is valid for
Diffstat (limited to 'src/modules/extra/m_geoip.cpp')
| -rw-r--r-- | src/modules/extra/m_geoip.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/extra/m_geoip.cpp b/src/modules/extra/m_geoip.cpp index 3561d1a5d..d21a82149 100644 --- a/src/modules/extra/m_geoip.cpp +++ b/src/modules/extra/m_geoip.cpp @@ -46,7 +46,9 @@ class ModuleGeoIP : public Module } public: - ModuleGeoIP() : ext("geoip_cc", this), gi(NULL) + ModuleGeoIP() + : ext("geoip_cc", ExtensionItem::EXT_USER, this) + , gi(NULL) { } |
