]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL.patches
what did you say?
[infobot.git] / INSTALL.patches
index 3ff49d0b03b0a978b04f0d100d6509623b888e28..c72294c13f96441c1d2f383577dd19692a640017 100644 (file)
@@ -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