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_delayjoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_delayjoin.cpp') diff --git a/src/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp index 2e0470294..8730fc4b4 100644 --- a/src/modules/m_delayjoin.cpp +++ b/src/modules/m_delayjoin.cpp @@ -87,7 +87,7 @@ class ModuleDelayJoin ModuleDelayJoin() : CTCTags::EventListener(this) , Names::EventListener(this) - , unjoined("delayjoin", ExtensionItem::EXT_MEMBERSHIP, this) + , unjoined(this, "delayjoin", ExtensionItem::EXT_MEMBERSHIP) , joinhook(this, unjoined) , djm(this, unjoined) { -- cgit v1.3.1-10-gc9f91