X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=jibberish;h=80b6139eebea7bf44adbc27d007b6a97ec86e39c;hb=0652168f256975e2f58de1677bb000f8d3c33194;hp=ad2743a25a57d4047fb7a58ca47faaec16e25879;hpb=7e3afbbacdd24f8c3fb87599eeda32b977fe6d6c;p=filters.git diff --git a/jibberish b/jibberish index ad2743a..80b6139 100644 --- a/jibberish +++ b/jibberish @@ -4,29 +4,30 @@ $ENV{PATH}.=":/usr/games"; @all= qw( +eleet +b1ff +chef +jethro +upside-down +kraut +cockney jive -valspeak nyc -cockney -fin -biffa -ken -aust -drawl -kraut +rasterman +); + +@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) {