diff options
| author | 2025-01-17 17:46:07 +0000 | |
|---|---|---|
| committer | 2025-01-17 17:46:07 +0000 | |
| commit | f6d8b0295bbd1efa6b303c5f6eb6c702113b0f8f (patch) | |
| tree | 693e8ec6577278d2b3a2c88a73824f7b34d7d514 /src/inspircd.cpp | |
| parent | Fix the /CBAN syntax. (diff) | |
| parent | Fix a typo in a help message. (diff) | |
Merge branch 'insp3' into insp4.
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 a4bb478b0..5b1f332c9 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."); } } |
