aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h4
1 files changed, 2 insertions, 2 deletions
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<bool(const std::string_view&)> IsUser = &DefaultIsUser;
/** List of the open listeners. */
- std::vector<ListenSocket*> ports;
+ std::vector<ListenSocket*> 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().