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. --- include/inspircd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index a216d9e08..1a2003695 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -262,10 +262,10 @@ public: std::function IsUser = &DefaultIsUser; /** List of the open listeners. */ - std::vector ports; + std::vector Ports; /** The time at which the server was started. */ - time_t startup_time; + const time_t StartTime; /** Initialises a new server instance and stores it in ServerInstance * @param argc The argument count from main(). -- cgit v1.3.1-10-gc9f91