X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=INSTALL.patches;h=c72294c13f96441c1d2f383577dd19692a640017;hb=bc9b8f7a67a57cf493bed85298b169551e2f10ab;hp=3ff49d0b03b0a978b04f0d100d6509623b888e28;hpb=c68ac9b2d4b88535c1a2cfa695f6c4f683f0373c;p=infobot.git diff --git a/INSTALL.patches b/INSTALL.patches index 3ff49d0..c72294c 100644 --- a/INSTALL.patches +++ b/INSTALL.patches @@ -1,19 +1,16 @@ INSTALL.patches ------------------- -- apply *.patch patches from patches/ ( DOES THIS WORK???) - - cd /usr/lib/perl5/Net - patch -p0 < Net::IRC.patch +- apply *.patch patches inside patches/ - 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