Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/insp3' into insp3
Browse files Browse the repository at this point in the history
  • Loading branch information
siniStar7 committed Feb 4, 2025
2 parents 3ce89ca + a6e4d4a commit 1f3d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspircd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ namespace
std::cout << con_bright << "Hints:" << con_reset << std::endl
<< "- For TCP/IP listeners try using a public IP address in <bind:address> instead" << std::endl
<< " of * or leaving it blank." << std::endl
<< "- For UNIX socket listeners try enabling <bind:rewrite> to replace old sockets." << std::endl;
<< "- For UNIX socket listeners try enabling <bind:replace> to replace old sockets." << std::endl;
}
}

Expand Down

0 comments on commit 1f3d35e

Please sign in to comment.