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_ircv3_batch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ircv3_batch.cpp') diff --git a/src/modules/m_ircv3_batch.cpp b/src/modules/m_ircv3_batch.cpp index 081cabaeb..0bc834378 100644 --- a/src/modules/m_ircv3_batch.cpp +++ b/src/modules/m_ircv3_batch.cpp @@ -99,7 +99,7 @@ class IRCv3::Batch::ManagerImpl : public Manager : Manager(mod) , cap(mod, "batch") , protoevprov(mod, "BATCH") - , batchbits("batchbits", ExtensionItem::EXT_USER, mod) + , batchbits(mod, "batchbits", ExtensionItem::EXT_USER) , unloading(false) { } -- cgit v1.3.1-10-gc9f91