Design change for paginated text blobs

fix for !accounts; Warning: spammy, if there are many accounts!
display loot comment in roll list
This commit is contained in:
2021-09-10 20:52:38 +02:00
parent fc832399ac
commit 04f96684cf
4 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class IgnCore:
self.last_timer_event = 0
self.start_time = int(time.time())
self.major_version = "IGNCore v2.6"
self.minor_version = "3"
self.minor_version = "4"
self.incoming_queue = FifoQueue()
self.mass_message_queue = None
self.conns = DictObject()