enough hints

This commit is contained in:
Thorsten
2015-12-05 16:49:11 +01:00
parent dff78c6053
commit b0c8f27fed

View File

@@ -625,7 +625,6 @@ def command_cake(argv, **args):
} }
# TODO: send a hint if someone types plugin as command
@pluginfunction('plugin', "'disable' or 'enable' plugins", ptypes_COMMAND) @pluginfunction('plugin', "'disable' or 'enable' plugins", ptypes_COMMAND)
def command_plugin_activation(argv, **args): def command_plugin_activation(argv, **args):
if argv[0] != 'plugin' or len(argv) == 1: if argv[0] != 'plugin' or len(argv) == 1: