sbool eleu_botIsReloading(S botID) {
  ret isTrue_call(call(mainMainClass(), 'getDispatcher), 'isReloading, botID);
}