Bot connects to the server but does not join the channel !!!

Old posts that have not been replied to for several years.
Locked
n
nipah

Bot connects to the server but does not join the channel !!!

Post by nipah »

Please somebody help me! This is URGENT!!!
I have a big problem!! The bot is connect the server but it just wont join any channel. Iy answers to whois. DCC wont work. Here's the config file, maybe i did something wrong:

#/bin/eggdrop

set mod-path "modules/"
set help-path "help/"
set text-path "text/"
loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish

set nick "HellSpawn2"
set altnick "HellSpawnII"
set realname "Heroest"
set servers {
irc.expres.ro:6667
}

channel add #Heroes {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
}

channel set #Heroes +enforcebans +dynamicbans +userbans
channel set #Heroes +dynamicexempts +userexempts +dynamicinvites
channel set #Heroes +userinvites +dontkickops
channel set #Heroes -autoop -bitch +protectops +protectfriends
channel set #Heroes +greet +statuslog
channel set #Heroes +revenge +autovoice
channel set #Heroes -secret -shared +cycle
channel set #Heroes -inactive -seen +nodesynch
channel set #Heroes -inactive -seen +nodesynch

set net-type 3

set owner "lialco"

set userfile "hellspawn.user"
set chanfile "hellspawn.chan"
set temp-path "tmp/"
logfile msbxco * "logs/eggdrop.log"
logfile jpk #Heroes "logs/heroeschan.log"
set console "mkcobxs"

source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Try starting the bot using the -n option.

IE
If starting the bot for the first time, in the userfile creation mode (IE, if you started it, but didn't send a hello message to it)
./eggdrop -mn config.file

Otherwise
./eggdrop -n config.file

This will not launch the bot into the backgroud, but it will display all error messages to you, which you can use to help locate the problem.
Locked