[redd@idletown eggdrop]$ ./botchk
Couldn't find bot 'Uno' running, reloading... // that's ok
: bad interpreter: No such file or directory // what does this mean?
# change this to the directory you run your bot from (capitalization COUNTS):
botdir="/home/redd/eggdrop"
# change this to the name of your bot's config file (capitalization COUNTS):
botscript="Uno.conf"
# change this to the botnet-nick of your bot (capitalization COUNTS):
botname="Uno"
# change this to the name of your bot's userfile (capitalization COUNTS):
userfile="Uno.user"
# change this to the name of your bot's pidfile (capitalization COUNTS):
pidfile="pid.Uno"
Hope someone knows how to solve this. The conf of botchk is so simple I dont know where the problem is.