aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_delaymsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_delaymsg.cpp')
-rw-r--r--src/modules/m_delaymsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_delaymsg.cpp b/src/modules/m_delaymsg.cpp
index f162f00fe..3f1750632 100644
--- a/src/modules/m_delaymsg.cpp
+++ b/src/modules/m_delaymsg.cpp
@@ -30,7 +30,7 @@ class DelayMsgMode final
IntExtItem jointime;
DelayMsgMode(Module* Parent)
: ParamMode<DelayMsgMode, IntExtItem>(Parent, "delaymsg", 'd')
- , jointime(Parent, "delaymsg", ExtensionItem::EXT_MEMBERSHIP)
+ , jointime(Parent, "delaymsg", ExtensionType::MEMBERSHIP)
{
ranktoset = ranktounset = OP_VALUE;
syntax = "<seconds>";