]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Misc.pl
* Rebranding from blootbot to infobot
[infobot.git] / src / Misc.pl
index 47cbd36666692a08f091a4332ecb52bba4b702d1..e580fa0ece969f578dec4a5059007aebb514727f 100644 (file)
@@ -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.