]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/setup.pl
* Rebranding from blootbot to infobot
[infobot.git] / setup / setup.pl
index 4977b02df93b064e695db99a29b40e5fb88eeb0a..72ad985fc3361bd974cf4ad103a14a26852fa36e 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# setup_tables: setup MYSQL/PGSQL side of things for blootbot.
+# setup_tables: setup MYSQL/PGSQL side of things for infobot.
 # written by the xk.
 ###
 
@@ -11,8 +11,8 @@ require "src/CLI/Support.pl";
 
 $bot_src_dir = "src/";
 
-# read param stuff from blootbot.config.
-&loadConfig("files/blootbot.config");
+# read param stuff from infobot.config.
+&loadConfig("files/infobot.config");
 
 &loadDBModules();
 my $dbname = $param{'DBName'};