]> git.donarmstrong.com Git - infobot.git/commitdiff
* Removed references to old patches from INSTALL and FAQ
authordjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 17 May 2008 11:13:34 +0000 (11:13 +0000)
committerdjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 17 May 2008 11:13:34 +0000 (11:13 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1821 c11ca15a-4712-0410-83d8-924469b57eb5

FAQ
INSTALL

diff --git a/FAQ b/FAQ
index f7a8dcc35cb1cdc3f08117116d0d803ab3cfd7e2..ea26c5e6ebae14a8bf5dd00f365cee3af91ca631 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -6,7 +6,6 @@ Q: The bot exits after I run 'factstats testing' or 'kernel' or anything
 A: No, this is not a bug in the bot but rather Net::IRC.  A cheap hack is
    to edit /usr/lib/perl5/Net/IRC/Connection.pm, search for DESTROY, and
    comment out '$self->quit();'
-A: Apply the patches in the patches/ directory.
 
 
 Q: I notice that, in the bot logs, the bot attempts to close all current
diff --git a/INSTALL b/INSTALL
index 12f1b3ea1acd5647f07a77d1dc64ac56435ffa99..9729d65a857259dc4b7a29fad9295b2ce71e1d8f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -40,28 +40,6 @@ Finally, start your bot by changing to the base dir and type:
 
 
 
-                                 -------------
-                                 -- Patches --
-                                 -------------
-
-- 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/
-
-
-Net::IRC DCC CHAT
------------------
-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
-
-
-
-
                                 ----------------
                                 -- PostgreSQL --
                                 ----------------