]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Update.pl
CMD: is now cmd:, commands in sqlite will be broken!
[infobot.git] / src / Factoids / Update.pl
index 2a02b24d24e5f4b2c611f1d654fed974cfa19c6e..915eec1b45aefbe6ec8d822fc5bc48a12ce57f50 100644 (file)
@@ -61,7 +61,7 @@ sub update {
 
        my @list;
        my $count = 0;
-       $lhs =~ s/^/CMD: /;
+       $lhs =~ s/^/cmd: /;
        while ($lhs =~ s/\$(\S+)/(.*?)/) {
            push(@list, "\$$1");
            $count++;