diff options
| author | 2025-01-17 18:34:33 +0000 | |
|---|---|---|
| committer | 2025-01-17 18:34:33 +0000 | |
| commit | 20445ea470eeaae1949844a10ae6b6c27958f74f (patch) | |
| tree | 4135ecb1be659482b19a080e69eedff27468d701 /src/inspircd.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Merge branch 'insp3' into insp4. (diff) | |
Merge branch 'insp4' into master.
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 41472422d..f87ea439c 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -363,7 +363,7 @@ namespace 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."); + fmt::println("- For UNIX socket listeners try enabling <bind:replace> to replace old sockets."); } } |
