From 1969794eb42a153469b3ed9821fabb355aece4d6 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 7 Jun 2021 22:13:42 -0700 Subject: [PATCH] import_greybot.pl: update skip-list --- misc/greybot/import-greybot.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/greybot/import-greybot.pl b/misc/greybot/import-greybot.pl index 1b3e1fb9..a922028c 100755 --- a/misc/greybot/import-greybot.pl +++ b/misc/greybot/import-greybot.pl @@ -27,7 +27,9 @@ use File::Basename; use lib '.'; use PBot::DualIndexSQLiteObject; -my @skip = qw/bash ksh check/; +# skip these factoids since they are used by +# candide for other purposes. +my @skip = qw/bash ksh check bashfaq bashpf faq pf/; # dirtily copied from PBot/Factoids.pm for now. # TODO: we should use PBot::Factoids instead.