]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/News.pl
* Rebranding from blootbot to infobot
[infobot.git] / src / Modules / News.pl
index 5e1200bcc5bea765a156c6aa3d3e3f1695cf9629..4af400be9a8b6da2ec074eb819ae38cccd8b3dfd 100644 (file)
@@ -150,7 +150,7 @@ sub Parse {
 }
 
 sub readNews {
-    my $file = "$::bot_base_dir/blootbot-news.txt";
+    my $file = "$::bot_base_dir/infobot-news.txt";
     if (! -f $file or -z $file) {
        return;
     }
@@ -211,7 +211,7 @@ sub writeNews {
     }
 
     # should define this at the top of file.
-    my $file = "$::bot_base_dir/blootbot-news.txt";
+    my $file = "$::bot_base_dir/infobot-news.txt";
 
     if (fileno NEWS) {
        &::ERROR("News: write: fileno NEWS exists, should never happen.");