]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Modules/DebianExtra.pl
comment
[infobot.git] / blootbot / src / Modules / DebianExtra.pl
index f6179344bbfa4f7c766c0c9beb1e04476f300c72..2d0ef046711ade224aa3469bfddce5f438c5267e 100644 (file)
@@ -69,7 +69,7 @@ sub do_id {
     my($num)   = @_;
     my $url    = "http://bugs.debian.org/$num";
 
-    if (1) {
+    if (1) { # FIXME
        &::msg($::who, "do_id not supported yet.");
        return;
     }
@@ -84,7 +84,7 @@ sub do_email {
     my($email) = @_;
     my $url    = "http://bugs.debian.org/$email";
 
-    if (1) {
+    if (1) { # FIXME
        &::msg($::who, "do_email not supported yet.");
        return;
     }
@@ -99,6 +99,11 @@ sub do_pkg {
     my($pkg)   = @_;
     my $url    = "http://bugs.debian.org/$pkg";
 
+    if (1) { # FIXME
+       &::msg($::who, "do_pkg not supported yet.");
+       return;
+    }
+
     my @results = &::getURL($url);
     foreach (@results) {
        &::DEBUG("do_pkg: $_");