parent
36e84a9828
commit
bcdf608716
|
@ -85,7 +85,7 @@ class AccountColor(AccountMixin):
|
||||||
class BMAccount(object):
|
class BMAccount(object):
|
||||||
def __init__(self, address = None):
|
def __init__(self, address = None):
|
||||||
self.address = address
|
self.address = address
|
||||||
self.type = 'normal'
|
self.type = AccountMixin.NORMAL
|
||||||
if shared.config.has_section(address):
|
if shared.config.has_section(address):
|
||||||
if shared.safeConfigGetBoolean(self.address, 'chan'):
|
if shared.safeConfigGetBoolean(self.address, 'chan'):
|
||||||
self.type = AccountMixin.CHAN
|
self.type = AccountMixin.CHAN
|
||||||
|
|
Loading…
Reference in New Issue
Block a user