diff options
| author | 2020-07-15 11:00:24 +0100 | |
|---|---|---|
| committer | 2020-07-15 11:00:24 +0100 | |
| commit | 93ae431955a90e6e026135f611374c17d780c8f2 (patch) | |
| tree | 6a05be8c3277fdae1a6569fe3445d0fd6c9006ce /src/inspircd.cpp | |
| parent | Upgrade GitHub Actions to use Ubuntu 20.04. (diff) | |
| parent | Various improvements to the build system. (diff) | |
Merge branch 'insp3' 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 056291581..1f2c3ce60 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -387,7 +387,7 @@ namespace std::cout << con_bright << "Hints:" << con_reset << std::endl << "- For TCP/IP listeners try using a public IP address in <bind:address> instead" << std::endl - << " of * of leaving it blank." << std::endl + << " of * or leaving it blank." << std::endl << "- For UNIX socket listeners try enabling <bind:rewrite> to replace old sockets." << std::endl; } } |
