]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
Add newlines to the end :) (\n)
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 228b9a08946c424f35f2b235e1a49251643450fc..ee5d0a2bc2d8507b76a39a857bd77e136f4c933f 100644 (file)
@@ -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++)
                {