merge with plugins

This commit is contained in:
ingvar1995 2016-05-28 13:06:13 +03:00
parent b2fa484bb3
commit a214ab12c7
12 changed files with 579 additions and 12 deletions

View file

@ -79,7 +79,8 @@ class Settings(Singleton, dict):
'friends_aliases': [],
'typing_notifications': False,
'calls_sound': True,
'blocked': []
'blocked': [],
'plugins': []
}
@staticmethod