diff --git a/myTS3.py b/myTS3.py index 42d34e4..5739de2 100644 --- a/myTS3.py +++ b/myTS3.py @@ -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