From: timriker Date: Sat, 27 Sep 2003 06:32:26 +0000 (+0000) Subject: all debian stuff should really start with d X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3f6f0bd919933772b8b73f2643671882b5dd5cca;p=infobot.git all debian stuff should really start with d and be aliased using CMD: on bots that want it aliased git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@837 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/CommandStubs.pl b/blootbot/src/CommandStubs.pl index b1640ae..4f0e121 100644 --- a/blootbot/src/CommandStubs.pl +++ b/blootbot/src/CommandStubs.pl @@ -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) {