Yes I did and I posted a question about it in the "Slennox Scripts" section because it mentioned the "nb_update" procedure which is related to Netbots.
Check there from time to time for a possible answer.
Another thing you can do if you're worried about your bot process being killed is to run Crontab (check first with your shell provider if they allow crontabs).
Basically, crontab is something which constantly checks whether your bot process is running or not and restarts it when it's not running.
For more info on how to set it up check this link http://www.egghelp.org/setup.htm#botchk
Unfortunatley its a tcl error as I am not using Netbots. It happens on eggdrops that arent even running scripts. Since its my box I will probably remove tcl and reinstall it from the source. I hate rpms
Yea, I always add crontabs for my bots. I even make crontabs for my own programs that tend to crash alot