tidy cloudbot3/refresh code!
This commit is contained in:
parent
f81cf21b57
commit
99e363cc99
12 changed files with 66 additions and 53 deletions
|
@ -1,5 +1,6 @@
|
|||
from fnmatch import fnmatch
|
||||
|
||||
|
||||
class PermissionManager(object):
|
||||
def __init__(self, bot, conn):
|
||||
|
||||
|
@ -13,7 +14,6 @@ class PermissionManager(object):
|
|||
self.conn = conn
|
||||
self.config = conn.config
|
||||
|
||||
|
||||
self.group_perms = {}
|
||||
self.group_users = {}
|
||||
self.perm_users = {}
|
||||
|
|
Reference in a new issue