diff options
| author | 2024-08-27 14:09:21 +0100 | |
|---|---|---|
| committer | 2024-08-27 14:09:21 +0100 | |
| commit | a5fc0da690ea62c3a76ca2cceaa2ab344a93fce3 (patch) | |
| tree | d0c81a7700ac184b50417f146204dfbcda502811 /modules/joinflood.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
Fix the case of some InspIRCd class member variables.
Diffstat (limited to 'modules/joinflood.cpp')
| -rw-r--r-- | modules/joinflood.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<ModeHandler::Rank>("notifyrank", 0); if (status.initial) - ignoreuntil = ServerInstance->startup_time + bootwait; + ignoreuntil = ServerInstance->StartTime + bootwait; } void OnServerSplit(const Server* server, bool error) override |
