tidy cloudbot3/refresh code!

This commit is contained in:
Luke Rogers 2014-03-06 14:15:04 +13:00
parent f81cf21b57
commit 99e363cc99
12 changed files with 66 additions and 53 deletions

View file

@ -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 = {}