diff options
| author | 2024-01-09 18:35:38 +0000 | |
|---|---|---|
| committer | 2024-01-09 18:35:38 +0000 | |
| commit | 0ee2fa5d18fab35cf638cca481a5204eaa7e31b9 (patch) | |
| tree | 310b86452a13098054358d040964cfa27dc6691d /src/inspircd.cpp | |
| parent | Fix a typo in TryBindPorts. (diff) | |
Update vendored libraries.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index b186ab391..c3e5e6e42 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -378,7 +378,7 @@ namespace fmt::println(""); } - fmt::println(fmt::text_style(fmt::emphasis::bold), "Hints:"); + fmt::println("{}", fmt::styled("Hints:", fmt::emphasis::bold)); fmt::println("- For TCP/IP listeners try using a public IP address in <bind:address> instead"); fmt::println(" of * or leaving it blank."); fmt::println("- For UNIX socket listeners try enabling <bind:rewrite> to replace old sockets."); |
