diff -urN eggdrop1.6.15/scripts/autobotchk eggdrop1.6.15-autobotchk/scripts/autobotchk --- eggdrop1.6.15/scripts/autobotchk Mon May 5 00:05:32 2003 +++ eggdrop1.6.15-autobotchk/scripts/autobotchk Tue May 6 15:38:37 2003 @@ -99,7 +99,7 @@ set email 1 # If you renamed your eggdrop binary, you should change this variable -set binary "eggdrop" +set binary "/usr/bin/eggdrop" while {[set opt [newsplit argv]] != ""} { switch -- $opt { @@ -143,16 +143,6 @@ set dir [string trimright $dir /] -if {![file exists $dir/help] || ![file isdirectory $dir/help]} { - puts "*** ERROR: are you sure you are running from a bot directory?" - puts "" - exit -} elseif {![file exists $dir/$binary]} { - puts "*** ERROR: are you sure you are running from a bot directory?" - puts "" - exit -} - puts -nonewline "Opening '$config' for processing ... " if {[catch {open $dir/$config r} fd]} {