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:
parent
db02212dad
commit
1969794eb4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user