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
@@ -204,6 +204,9 @@ class OrgRosterController:
if not ext_msg:
self.logger.error(f"--UKN-- {_} -- {event_data}")
return
if [ext_msg.category_id, ext_msg.instance_id] == [508, 176308692]:
self.logger.info(f"AS/OS DETECTED -- {ext_msg}")
if [ext_msg.category_id, ext_msg.instance_id] == self.LEFT_ORG:
log = True
self.process_org_msg(ext_msg.params[0], self.MODE_REM_MANUAL, ext_msg)