@ -367,7 +367,8 @@ class TSbot:
self.pipeOut(e, lvl="ERROR")
return False
self.pipeOut(" ".join(groups), lvl="DEBUG")
self.pipeOut(str(groups.__dict__), lvl="DEBUG") # DEBUG
if self.allowed_sgids in groups:
self.pipeOut(f"[{cldbid}] ISADMIN: True")
return True