Don't even bother.

This commit is contained in:
Dico200
2015-04-03 02:04:25 +02:00
parent de43b0d0db
commit f7abc20ca1

View File

@@ -342,8 +342,9 @@ def forcefield_command():
@maincommand @maincommand
def other(sender, command, label, args): def other(sender, command, label, args):
...Execute command if no sub commands were found ...Execute command if no sub commands were called
@command("simplestuff") @command("simplestuff")
def simplestuff_command(sender, command, label, args): def simplestuff_command(sender, command, label, args):
msg(sender, "hi, I do not use subcommands!") msg(sender, "hi, I do not use subcommands!")
"""