From a5fc0da690ea62c3a76ca2cceaa2ab344a93fce3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Aug 2024 14:09:21 +0100 Subject: Fix the case of some InspIRCd class member variables. --- modules/joinflood.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/joinflood.cpp') diff --git a/modules/joinflood.cpp b/modules/joinflood.cpp index 4390bc8a5..4d7b16bfe 100644 --- a/modules/joinflood.cpp +++ b/modules/joinflood.cpp @@ -159,7 +159,7 @@ public: notifyrank = tag->getNum("notifyrank", 0); if (status.initial) - ignoreuntil = ServerInstance->startup_time + bootwait; + ignoreuntil = ServerInstance->StartTime + bootwait; } void OnServerSplit(const Server* server, bool error) override -- cgit v1.3.1-10-gc9f91