]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
remove Berkeley DBM support
[infobot.git] / src / Process.pl
index 3563866c101790061fd01d4750c9124dab7e2e09..abe7d187943107a479672743a88d313e33942205 100644 (file)
@@ -359,7 +359,7 @@ sub process {
        }
     }
 
-    if (&IsParam("factoids") and $param{'DBType'} =~ /^(mysql|sqlite|pgsql|dbm)/i) {
+    if (&IsParam("factoids") and $param{'DBType'} =~ /^(mysql|sqlite|pgsql)/i) {
        &FactoidStuff();
     } elsif ($param{'DBType'} =~ /^none$/i) {
        return "NO FACTOIDS.";