]> git.donarmstrong.com Git - infobot.git/commitdiff
use ircHost instead
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 22 Oct 2003 21:17:47 +0000 (21:17 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 22 Oct 2003 21:17:47 +0000 (21:17 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@856 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Irc.pl

index 82816e0d6ccdb4e23971f69151a472027d4b96f4..75ca4cc323398e360631a11e84efdd9b1d975fe1 100644 (file)
@@ -103,6 +103,7 @@ sub irc {
 
     if (!defined $conn) {
        &ERROR("IRC: connection failed.");
+       &ERROR("add \"set ircHost 0.0.0.0\" to your config. If that does not work");
        &ERROR("Please check /etc/hosts to see if you have a localhost line like:");
        &ERROR("127.0.0.1   localhost    localhost");
        &ERROR("If this is still a problem, please contact the maintainer.");