X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=jibberish;h=5e9590cf9efc1529d79b7db818d3c75e399a7906;hp=ad2743a25a57d4047fb7a58ca47faaec16e25879;hb=dc17484ae227d51938596b51191e2f1991b7ca51;hpb=ab9cf87619b097eeebb30f97c9aedac5cb8a0a59 diff --git a/jibberish b/jibberish index ad2743a..5e9590c 100644 --- a/jibberish +++ b/jibberish @@ -4,29 +4,29 @@ $ENV{PATH}.=":/usr/games"; @all= qw( +eleet +b1ff +chef +jethro +upside-down +kraut +cockney jive -valspeak nyc -cockney -fin -biffa -ken -aust -drawl -kraut +); + +@nonfree= qw( +kyoote newspeak -chef -marc-barrett -censor -fudd -moo -buck -jethro -b1ff -eleet -ky00te ); +# Test to see if non-free filters are here, if so, add them to @all. +foreach (@nonfree) { + if (-x "/usr/games/$_") { + push @all, $_; + } +} + # shuffle order srand; for (0..$#all) {