X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FMisc.pl;h=e580fa0ece969f578dec4a5059007aebb514727f;hb=0a03234c837cefef8cd59c3f078e8a1732ae35c9;hp=47cbd36666692a08f091a4332ecb52bba4b702d1;hpb=c8d38087b86e0d6e1eb8142cfb0437c700ad49b8;p=infobot.git diff --git a/src/Misc.pl b/src/Misc.pl index 47cbd36..e580fa0 100644 --- a/src/Misc.pl +++ b/src/Misc.pl @@ -13,7 +13,7 @@ use vars qw($msgType $who $bot_pid $nuh $shm $force_public_reply sub help { my $topic = shift; - my $file = $bot_data_dir."/blootbot.help"; + my $file = $bot_data_dir."/infobot.help"; my %help = (); # crude hack for performStrictReply() to work as expected.