I know you can run a .sh script from tcl using "exec"
And to run a tcl file from sh u can use "tclsh"
So my bot's script, runs a .sh file, and when the .sh file is done it then runs a new .tcl file. But that new .tcl file is not "connected" to the eggdrop so commands like "putmsg $chan" does not work.
Is there any way to make them "connect" ?
Or another solution would be to make the tcl script wait until the .sh script was done, and then go on, but dont know how to do that either
