diff options
author | bricker <bricker@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-13 18:16:45 +0000 |
---|---|---|
committer | bricker <bricker@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-13 18:16:45 +0000 |
commit | 51da6099e7e0905f10a389a72e6467b3c6a5aeac (patch) | |
tree | e19c43e74530aa2425e75fa9edc7320dcd2af902 /src | |
parent | 1fbb2fcbaa0b5aa63d9f25a1f85d91c42ff845d5 (diff) |
add a hint to users for using an IP instead of *
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9487 e03df62e-2008-0410-955e-edbf42e46eb7
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++) { |