aboutsummaryrefslogtreecommitdiff
path: root/modules/securelist.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-03-22 14:29:12 +0000
committerGravatar Sadie Powell2025-03-22 14:37:15 +0000
commit30d0f2827215f635f4cdefed8300c1c085ae953c (patch)
tree7fc4837accfb8d7bed95449eeb816e84bfa87ea6 /modules/securelist.cpp
parentAllow reloading the geolocation database with a module rehash. (diff)
parentAllow using the long duration format in the xline message. (diff)
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/securelist.cpp')
-rw-r--r--modules/securelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/securelist.cpp b/modules/securelist.cpp
index c7cf3834a..958ac995f 100644
--- a/modules/securelist.cpp
+++ b/modules/securelist.cpp
@@ -122,7 +122,7 @@ public:
{
user->WriteNotice("*** You cannot view the channel list right now. Please {}try again in {}.",
exemptregistered ? "log in to an account or " : "",
- Duration::ToHuman(maxwaittime - ServerInstance->Time()));
+ Duration::ToLongString(maxwaittime - ServerInstance->Time()));
}
else
{