]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/botmail.pl
remove Berkeley DBM support
[infobot.git] / src / Modules / botmail.pl
index c0ecab5e49e1b960bc6b9e60684ec45e0c168d53..0439f2711a3cf98b3ecd8955bd75837231441e24 100644 (file)
@@ -14,11 +14,6 @@ use strict;
 sub parse {
     my($what) = @_;
 
-    if ($::param{'DBType'} =~ /^dbm/i) {
-       # FIXME multi field indexed tables not supported under dbm
-       &::msg($::who, "botmail disabled for $::param{'DBType'}");
-       return;
-    }  
     if (!defined $what or $what =~ /^\s*$/) {
        &::help("botmail");
        return;