]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot
ws
[infobot.git] / blootbot
index 5be764241267ddb8b484246468da68a5eecd7030..323c12258666972ed11be3e63357591cd4cdc158 100755 (executable)
--- a/blootbot
+++ b/blootbot
@@ -5,7 +5,7 @@
 
 use strict;
 use vars qw($bot_base_dir $bot_src_dir $bot_misc_dir $bot_state_dir
-           $bot_data_dir $bot_config_dir $bot_log_dir $bot_run_dir 
+           $bot_data_dir $bot_config_dir $bot_log_dir $bot_run_dir
            $bot_pid $memusage %param
 );
 
@@ -47,7 +47,7 @@ BEGIN {
 # prevent duplicate processes of the same bot
 &duperuncheck();
 
-# initialize everything 
+# initialize everything
 &startup();    # first time initialization.
 &setup();