* cockney, jive, and nyc filters are now GPL'd, moved from -nonfree
[filters.git] / jibberish
index ad2743a25a57d4047fb7a58ca47faaec16e25879..5e9590cf9efc1529d79b7db818d3c75e399a7906 100644 (file)
--- 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) {
This page took 0.010381 seconds and 4 git commands to generate.