This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

problem with starting botchk

Old posts that have not been replied to for several years.
Locked
r
redd
Voice
Posts: 2
Joined: Tue Apr 26, 2005 12:38 pm

problem with starting botchk

Post by redd »

My botchk doesn't work:

[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?

My botchk conf:

Code: Select all

# 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.
r
redd
Voice
Posts: 2
Joined: Tue Apr 26, 2005 12:38 pm

Post by redd »

Problem solved. Missing "eggdrop " in front of conf's name in var botscript. :P
Locked