How to handle bot threads in simple fashion?
With pogamut 3 this has apparently been changed or I'm misunderstanding something. When I'm creating a new bot the thread starting the bot pauses. I say it pauses because if I debug the bot thread runs and the bot starter thread runs (also some bot mediator thread runs).
My question is how do I start a bot thread without the thread starting the bot pauses?
Thanks for any help

P.S. (A simply workaround is to start a thread that just hangs around doing nothing but thats a little silly.)