Hello. I have one problem and I don't know how to fix it. I have had eggdrop from yum package manager, but some .tcl scripts doesn't worked, so I decided to compile it. I have compiled eggdrop and copied the .conf file witch worked and then I launch the eggdrop, it starts with no errors, but he doesn't connects to irc server. When I lauch eggdrop with -n prefix, it connects and joins the channel, then it works perfectly(all .tcl scripts works too), but when I logout from SSH, eggdrop logs out. Eggdrop doesn't work in server background So what to do?
This is usually due to some issues where your tcl-libraries are not properly identified as threaded, causing some neccesary code for "background mode" not being included.
This is most common with tcl-packages that comes with some newer linux-dists, and is usually "simplest" solved by manually compiling and installing tcl without any packet-manager.