]> git.donarmstrong.com Git - infobot.git/commitdiff
- updated crap documentation.
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 5 Dec 2002 14:29:40 +0000 (14:29 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 5 Dec 2002 14:29:40 +0000 (14:29 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@721 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/INSTALL.patches

index 53de9dce4af4f6c51d8815c794a3e3cd0c97440f..c72294c13f96441c1d2f383577dd19692a640017 100644 (file)
@@ -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