X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FCommandStubs.pl;h=d086c48b9430c1a3b42de1a891cb6367502407cb;hb=0a03234c837cefef8cd59c3f078e8a1732ae35c9;hp=00e1ebab8a99aa879832cb1f75762d6e7ed919d3;hpb=c8d38087b86e0d6e1eb8142cfb0437c700ad49b8;p=infobot.git diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index 00e1eba..d086c48 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -481,7 +481,7 @@ sub lart { $for = $2; } - my $line = &getRandomLineFromFile($bot_data_dir. '/blootbot.lart'); + my $line = &getRandomLineFromFile($bot_data_dir. '/infobot.lart'); if (defined $line) { if ($target =~ /^(me|you|itself|\Q$mynick\E)$/i) { $line =~ s/WHO/$who/g;