import future

This commit is contained in:
Thorsten S
2015-12-23 18:58:27 +01:00
parent f1aa83d8f3
commit 7b0302eaeb

View File

@@ -625,6 +625,13 @@ def command_cookie(argv, **args):
}
@pluginfunction('terminate', 'hidden prototype', ptypes_COMMAND, ratelimit_class=RATE_FUN | RATE_GLOBAL)
def command_cookie(argv, **args):
return {
'msg': 'insufficient power supply, please connect fission module'
}
@pluginfunction('plugin', "'disable' or 'enable' plugins", ptypes_COMMAND)
def command_plugin_activation(argv, **args):
if argv[0] != 'plugin' or len(argv) == 1: