From 71dbcebc5bf566164761e5c434223ddb450c801b Mon Sep 17 00:00:00 2001 From: dms Date: Thu, 5 Dec 2002 14:29:40 +0000 Subject: [PATCH] - updated crap documentation. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@721 c11ca15a-4712-0410-83d8-924469b57eb5 --- INSTALL.patches | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/INSTALL.patches b/INSTALL.patches index 53de9dc..c72294c 100644 --- a/INSTALL.patches +++ b/INSTALL.patches @@ -2,18 +2,15 @@ INSTALL.patches ------------------- - apply *.patch patches inside patches/ - - cd /usr/lib/perl5/Net - patch -p0 < Net::IRC.patch - cd /usr/lib/perl5/WWW/Search patch -p0 < WWW::Search::Google.patch - alternatively, move the files from patches/ - mv patches/Google.pm /usr/lib/perl5/WWW/Search/ -UPDATE +Net::IRC DCC CHAT ---------------------- -you now not need to patch Net::IRC for the forking patch, it's done -inside the bot code. Unfortunately, Net::IRC 0.70 has buggy code that -does not detect DCC CHAT properly. To fix the problems identified, -download the debs (convert to tarball if on non-debian system) from: -http://nyip.net/~apt/ +Unfortunately, Net::IRC 0.70 has buggy code that does not detect DCC CHAT +properly. to patch: + cd /usr/share/perl5/Net/IRC/ + cat ~bot/patches/Net_IRC_Connection_pm.patch | patch -p0 -- 2.39.5