fix isadmin debug output
This commit is contained in:
parent
55776e31cd
commit
31b745d048
3
myTS3.py
3
myTS3.py
|
@ -367,7 +367,8 @@ class TSbot:
|
||||||
self.pipeOut(e, lvl="ERROR")
|
self.pipeOut(e, lvl="ERROR")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
self.pipeOut(" ".join(groups), lvl="DEBUG")
|
self.pipeOut(str(groups.__dict__), lvl="DEBUG") # DEBUG
|
||||||
|
|
||||||
if self.allowed_sgids in groups:
|
if self.allowed_sgids in groups:
|
||||||
self.pipeOut(f"[{cldbid}] ISADMIN: True")
|
self.pipeOut(f"[{cldbid}] ISADMIN: True")
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue