aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_ircv3_batch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_ircv3_batch.cpp')
-rw-r--r--src/modules/m_ircv3_batch.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_ircv3_batch.cpp b/src/modules/m_ircv3_batch.cpp
index 638118b2d..f6a18ad27 100644
--- a/src/modules/m_ircv3_batch.cpp
+++ b/src/modules/m_ircv3_batch.cpp
@@ -65,7 +65,7 @@ class IRCv3::Batch::ManagerImpl : public Manager
ClientProtocol::EventProvider protoevprov;
IntExtItem batchbits;
BatchList active_batches;
- bool unloading;
+ bool unloading = false;
bool ShouldSendTag(LocalUser* user, const ClientProtocol::MessageTagData& tagdata) override
{
@@ -101,7 +101,6 @@ class IRCv3::Batch::ManagerImpl : public Manager
, cap(mod, "batch")
, protoevprov(mod, "BATCH")
, batchbits(mod, "batchbits", ExtensionItem::EXT_USER)
- , unloading(false)
{
}