To apply the fix suggested by thommey, you'd have to edit the file tcl.c in the eggdrop source and recompile. If you are not familiar with patch-files or how to apply them,this fix is easy enough to apply manually. At line 614 (give or take a few lines), you'll find a line saying
Code: Select all
do_tcl_async(context, script, bgtclcallback);
Code: Select all
do_tcl_sync(context, script, bgtclcallback, 0);