From 9a19253144958cda80cc52460e6166026ab560ff Mon Sep 17 00:00:00 2001 From: djmcgrath Date: Sat, 17 May 2008 11:13:34 +0000 Subject: [PATCH] * Removed references to old patches from INSTALL and FAQ git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1821 c11ca15a-4712-0410-83d8-924469b57eb5 --- FAQ | 1 - INSTALL | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/FAQ b/FAQ index f7a8dcc..ea26c5e 100644 --- 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 12f1b3e..9729d65 100644 --- 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 -- ---------------- -- 2.39.2