]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Question.pl
-freshmeat
[infobot.git] / src / Factoids / Question.pl
index 365267d0f249f1ec15f3917f3a08ce52a28565ce..7a0497754c7c916859781548c2044a8c96583fce 100644 (file)
@@ -154,13 +154,6 @@ sub doQuestion {
        return $result;
     }
 
-    ### TODO: Use &Forker(); move function to Freshmeat.pl.
-    if (&IsChanConf("freshmeatForFactoid")) {
-       &loadMyModule($myModules{'freshmeat'});
-       $result = &Freshmeat::showPackage($query);
-       return $result if (defined $result);
-    }
-
     ### TODO: Use &Forker(); move function to Debian.pl
     if (&IsChanConf("debianForFactoid")) {
        &loadMyModule($myModules{'debian'});