moved ICapDating.get_status() and ICapMessagesPost.get_status() into ICapAccount.get_account_status()
This commit is contained in:
parent
368ef37d5b
commit
c83c923e3d
8 changed files with 72 additions and 64 deletions
|
|
@ -151,7 +151,7 @@ class ReplApplication(Cmd, BaseApplication):
|
|||
print 'Backend "%s" does not exist.' % name
|
||||
return None
|
||||
|
||||
if not backend.has_caps(ICapAccount):
|
||||
if not backend.has_caps(ICapAccount) or backend.klass.ACCOUNT_REGISTER_PROPERTIES is None:
|
||||
print 'You can\'t register a new account with %s' % name
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue