From 44183b819e4707613dbac744f192193a583fb98f Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 22 Oct 2003 21:17:47 +0000 Subject: [PATCH] use ircHost instead git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@856 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/IRC/Irc.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IRC/Irc.pl b/src/IRC/Irc.pl index 82816e0..75ca4cc 100644 --- a/src/IRC/Irc.pl +++ b/src/IRC/Irc.pl @@ -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."); -- 2.39.5