X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Finspircd.cpp;h=ee5d0a2bc2d8507b76a39a857bd77e136f4c933f;hb=4d5b806140bbc41345f841d93e1e4d69fa58a5c3;hp=228b9a08946c424f35f2b235e1a49251643450fc;hpb=dd737891345a7ff80f601ab0c0ba712de5e10943;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 228b9a089..ee5d0a2bc 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 *\n\n"); int j = 1; for (FailedPortList::iterator i = pl.begin(); i != pl.end(); i++, j++) {