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.