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.

autobotchk

Old posts that have not been replied to for several years.
Locked
d
demolite

autobotchk

Post by demolite »

Hello i have a problem:

Code: Select all

Opening 'eggdrop' for processing ... done
Scanning the config file ............... done
can't read "botnet-nick": no such variable
    while executing
"puts "  Defaulting \$pidfile to \"pid.${botnet-nick}\"""
    invoked from within
"if {![info exists pidfile]} {
  puts "  Defaulting \$pidfile to \"pid.${botnet-nick}\""
  set pidfile "pid.${botnet-nick}"
 }"
    (file "./autobotchk" line 200)
User avatar
j0n
Op
Posts: 140
Joined: Wed May 07, 2003 5:31 pm
Location: sjn.nb.ca
Contact:

Post by j0n »

can't read "botnet-nick": no such variable

As it says... you need to create this variable.
In the conf, find and edit:

set botnet-nick "nick"
Locked