diff options
| author | 2025-03-03 14:58:58 +0000 | |
|---|---|---|
| committer | 2025-03-03 14:58:58 +0000 | |
| commit | d4d2293244c1845d2ca44708e82cad0bd38741e5 (patch) | |
| tree | e6c03e062dd5b2dc13f215169ab11455a2b89d88 /modules/securelist.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Use Duration::ToHuman instead of seconds in various messages. (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 06943ac57..c7cf3834a 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::ToString(maxwaittime - ServerInstance->Time())); + Duration::ToHuman(maxwaittime - ServerInstance->Time())); } else { |
