diff options
| author | 2025-03-22 14:29:12 +0000 | |
|---|---|---|
| committer | 2025-03-22 14:37:15 +0000 | |
| commit | 30d0f2827215f635f4cdefed8300c1c085ae953c (patch) | |
| tree | 7fc4837accfb8d7bed95449eeb816e84bfa87ea6 /modules/securelist.cpp | |
| parent | Allow reloading the geolocation database with a module rehash. (diff) | |
| parent | Allow 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.cpp | 2 |
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 { |
