Hi, I have the following problem:
I am calling my bot every second to sync oob data information.
Because of that the controlscript is called multiple times without user input and in between of the actual user inputs. It’s just generating oob data during this calls and not calling ^respond() or ^gambit() and so on
This generates the problem that the ^rejoinder isn’t executing the rejoinders if there is one of those oob syncs in between.
So is there a way to keep the rejoinder in case that the control script is called without user input?