Skip to content

Commit b87f525

Browse files
committed
Add the Administrators to checked groups
1 parent d481f55 commit b87f525

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nxc/modules/presence.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def on_admin_login(self, context, connection):
6666

6767
admin_rids = {
6868
"Domain Admins": 512,
69-
"Enterprise Admins": 519
69+
"Enterprise Admins": 519,
70+
"Administrators": 544,
7071
}
7172

7273
for group_name, group_rid in admin_rids.items():

0 commit comments

Comments
 (0)