]> git.donarmstrong.com Git - infobot.git/commitdiff
all debian stuff should really start with d
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 27 Sep 2003 06:32:26 +0000 (06:32 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 27 Sep 2003 06:32:26 +0000 (06:32 +0000)
and be aliased using CMD: on bots that want it aliased

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@837 c11ca15a-4712-0410-83d8-924469b57eb5

src/CommandStubs.pl

index b1640ae66a01cccafa6fa0d79368b3b1ba8afcb6..4f0e121d49c50bd37673bcf5ff67ba89d283974e 100644 (file)
@@ -278,7 +278,7 @@ sub Modules {
        return;
     }
 
-    my $debiancmd       = 'conflicts?|depends?|desc|file|info|provides?';
+    my $debiancmd       = 'conflicts?|depends?|desc|file|d?info|provides?';
     $debiancmd         .= '|recommends?|suggests?|maint|maintainer';
 
     if ($message =~ /^($debiancmd)(\s+(.*))?$/i) {