summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-21 22:30:28 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-21 22:30:28 +0000
commit7cf509e036b70852636eed3e85d67c399080f90e (patch)
tree0c460bfc2f5a3582485973ab3f018ca7ca92d8f9 /src/inspircd.cpp
parent84237f6b23be4bcafef9e69e8844e425bd969b46 (diff)
Rename "lan or wan ip" -> public ip
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9788 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 6a1168f4a..ab499f1d1 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 LAN or WAN IP instead of blank or *\n\n");
+ printf("Hint: Try using a public IP instead of blank or *\n\n");
int j = 1;
for (FailedPortList::iterator i = pl.begin(); i != pl.end(); i++, j++)
{