Changed at_cmdset_get() hook to at_cmdset_get(**kwargs). This allows for the possibility to control dynamic generation of cmdsets, for example to force Exit cmdsets to be rebuilt. The aliasing command now uses this. Resolves #563.

This commit is contained in:
Griatch 2014-09-20 10:26:59 +02:00
parent ddc86f2a8b
commit 062a545a97
9 changed files with 45 additions and 27 deletions

View file

@ -280,7 +280,7 @@ class ServerSession(Session):
# Dummy API hooks for use during non-loggedin operation
def at_cmdset_get(self):
def at_cmdset_get(self, **kwargs):
"dummy hook all objects with cmdsets need to have"
pass