aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_dccallow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_dccallow.cpp')
-rw-r--r--src/modules/m_dccallow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp
index 06f7b1176..5b04268b0 100644
--- a/src/modules/m_dccallow.cpp
+++ b/src/modules/m_dccallow.cpp
@@ -112,7 +112,7 @@ class DCCAllowExt final
unsigned long maxentries;
DCCAllowExt(Module* Creator)
- : SimpleExtItem<dccallowlist>(Creator, "dccallow", ExtensionItem::EXT_USER)
+ : SimpleExtItem<dccallowlist>(Creator, "dccallow", ExtensionType::USER)
{
}