Fixed "should spawn" timers

fixed the timer count in !timers
reimplemented !wb <search>
This commit is contained in:
2022-06-25 13:02:26 +02:00
parent 84a5933490
commit b6b59ef740
4 changed files with 57 additions and 88 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class IgnCore:
self.last_timer_event = 0
self.start_time = int(time.time())
self.major_version = "IGNCore v2.9"
self.minor_version = "5"
self.minor_version = "6"
self.incoming_queue = FifoQueue()
self.mass_message_queue = None
self.conns = DictObject()