diff options
| author | 2024-08-18 16:48:40 +0100 | |
|---|---|---|
| committer | 2024-08-18 16:48:40 +0100 | |
| commit | 00665cf5d69a723275a4f58e4b3e3e9af7316226 (patch) | |
| tree | cd8c92b7cda60e5099b3226169782b48f8be6235 /modules/securelist.cpp | |
| parent | Update the example configs for <servicesintegration:disablemodes>. (diff) | |
| parent | Add Numeric::push_fmt(...) as shorthand for push(INSP_FORMAT(...)). (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/securelist.cpp')
| -rw-r--r-- | modules/securelist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/securelist.cpp b/modules/securelist.cpp index de4b442d4..2c8c3d6eb 100644 --- a/modules/securelist.cpp +++ b/modules/securelist.cpp @@ -120,9 +120,9 @@ public: { if (waittime) { - user->WriteNotice(fmt::format("*** You cannot view the channel list right now. Please {}try again in {}.", + 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::ToString(maxwaittime - ServerInstance->Time())); } else { |
