From 591dbd70ab57a5b8f3159745440d2c7712495f1f Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 16 May 2014 04:11:25 +0000 Subject: [PATCH] Set generic default export websites in pbot.pl --- PBot/VERSION.pm | 2 +- pbot.pl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 87f308f6..6a9466f5 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 576, + BUILD_REVISION => 577, BUILD_DATE => "2014-05-15", }; diff --git a/pbot.pl b/pbot.pl index 135806a3..7fec4fc6 100755 --- a/pbot.pl +++ b/pbot.pl @@ -67,11 +67,11 @@ my %config = ( # may be viewed in a browser. # ----------------------------------------------------- - export_factoids_path => "$bothome/factoids.html", - export_factoids_site => 'http://blackshell.com/~msmud/candide/factoids.html', + export_factoids_path => "$bothome/factoids.html", # change to a path in your webroot + export_factoids_site => 'http://your.website.com/factoids.html', - export_quotegrabs_path => "$bothome/quotegrabs.html", - export_quotegrabs_site => 'http://blackshell.com/~msmud/candide/quotegrabs.html', + export_quotegrabs_path => "$bothome/quotegrabs.html", # change to a path in your webroot + export_quotegrabs_site => 'http://your.website.com/quotegrabs.html', # ----------------------------------------------------- # You shouldn't need to change anything below this line.