diff options
author | bricker <bricker@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-21 21:41:50 +0000 |
---|---|---|
committer | bricker <bricker@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-21 21:41:50 +0000 |
commit | e52435a2a8ebbab86c826e32f86e6d1aa4f786e8 (patch) | |
tree | fed1c1978bed711aae2ebac19405031186e2cf56 /src/inspircd.cpp | |
parent | 1b70f3861b4b6d627e54b20d7cc7dc68a3b3d4c3 (diff) |
update to tell them to try a LAN or a WAN IP, depending on how the box is setup, it matters.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9786 e03df62e-2008-0410-955e-edbf42e46eb7
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 50e76b2a2..6a1168f4a 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -680,7 +680,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"); + printf("Hint: Try using an LAN or WAN IP instead of blank or *\n\n"); int j = 1; for (FailedPortList::iterator i = pl.begin(); i != pl.end(); i++, j++) { |