diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 228b9a089..2f5ac6493 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -555,6 +555,7 @@ InspIRCd::InspIRCd(int argc, char** argv) { printf("\nWARNING: Not all your client ports could be bound --\nstarting anyway with %d of %d client ports bound.\n\n", bounditems, found_ports); printf("The following port(s) failed to bind:\n"); + printf("Hint: Try using an IP instead of blank or *"); int j = 1; for (FailedPortList::iterator i = pl.begin(); i != pl.end(); i++, j++) { |