3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-10 20:12:35 +01:00

import_greybot.pl: update skip-list

This commit is contained in:
Pragmatic Software 2021-06-07 22:13:42 -07:00
parent db02212dad
commit 1969794eb4

View File

@ -27,7 +27,9 @@ use File::Basename;
use lib '.'; use lib '.';
use PBot::DualIndexSQLiteObject; 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. # dirtily copied from PBot/Factoids.pm for now.
# TODO: we should use PBot::Factoids instead. # TODO: we should use PBot::Factoids instead.