in reply to [untitled node, ID 185227]
Is there some way of determining whether or not your bot is currently running? Without knowing anything about how your bot works, I would think you'd want to do it something like this:
unless ( $stop_checking ) { &bot unless $bot_is_running ; }
|
|---|