V0.6 #852

Merged
Atheros1 merged 399 commits from v0.6 into master 2016-05-03 01:58:38 +02:00
Showing only changes of commit d72e5647f4 - Show all commits

View File

@ -85,7 +85,7 @@ class AccountColor(AccountMixin):
class BMAccount(object):
def __init__(self, address = None):
self.address = address
self.type = 'normal'
self.type = AccountMixin.NORMAL
if shared.config.has_section(address):
if shared.safeConfigGetBoolean(self.address, 'chan'):
self.type = AccountMixin.CHAN