Show (temporary) messages every time a FLOOD_WAIT is happening.

This commit is contained in:
Fabian Schlenz 2018-04-20 06:53:25 +02:00
parent cf806da77d
commit bce5996643
1 changed files with 9 additions and 1 deletions

View File

@ -133,10 +133,18 @@ object Utils {
"messages and media. But be advised that just restarting me is not going to change\n" +
"the fact that Telegram won't talk to me until then." +
"\n")
} else {
print(" Waiting...")
}
hasSeenFloodWaitMessage = true
try { TimeUnit.SECONDS.sleep(delay + 1) } catch (e: InterruptedException) { }
if (hasSeenFloodWaitMessage) {
// " W a i t i n g . . ."
print("\b\b\b\b\b\b\b\b\b\b\b")
}
hasSeenFloodWaitMessage = true
} catch (e: TimeoutException) {
println(
"\n" +