From 21664767f0a9d6f6c7d81c46efa84f725d1bd1f3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 13 Aug 2019 17:01:25 +0100 Subject: Move the Module parameter of ExtensionItem et al to the start. This matches what other ServiceProvider types do. --- src/modules/m_delaymsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_delaymsg.cpp') diff --git a/src/modules/m_delaymsg.cpp b/src/modules/m_delaymsg.cpp index f5eff4049..8d745616b 100644 --- a/src/modules/m_delaymsg.cpp +++ b/src/modules/m_delaymsg.cpp @@ -26,7 +26,7 @@ class DelayMsgMode : public ParamMode LocalIntExt jointime; DelayMsgMode(Module* Parent) : ParamMode(Parent, "delaymsg", 'd') - , jointime("delaymsg", ExtensionItem::EXT_MEMBERSHIP, Parent) + , jointime(Parent, "delaymsg", ExtensionItem::EXT_MEMBERSHIP) { ranktoset = ranktounset = OP_VALUE; syntax = ""; -- cgit v1.3.1-10-gc9f91