Launching eggdrop OnServerStart - tcl
I tried to use tcl command : exec, but it doesn't seem to work
OnServerStart = ..\scripts\launch_eggdrop.itcl
launch_eggdrop.itcl :
exec ../windrop/eggdrop.exe -nt egg.conf
I tried bg exe (&) and redirections for debug, it does not work, the egg starts loading modules and tcl scripts, but it is unable to connect to irc server, seems to be a socket problem.
|