From: dms Date: Thu, 5 Dec 2002 14:29:40 +0000 (+0000) Subject: - updated crap documentation. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=933aa16236656c1ccb90eb98159bd4c8627474a1;p=infobot.git - updated crap documentation. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@721 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/INSTALL.patches b/blootbot/INSTALL.patches index 53de9dc..c72294c 100644 --- a/blootbot/INSTALL.patches +++ b/blootbot/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