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