From f7abc20ca13f6fbb637461d7a9e9bf71eb631703 Mon Sep 17 00:00:00 2001 From: Dico200 Date: Fri, 3 Apr 2015 02:04:25 +0200 Subject: [PATCH] Don't even bother. --- basecommands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basecommands.py b/basecommands.py index 6452064..3f113bc 100644 --- a/basecommands.py +++ b/basecommands.py @@ -342,8 +342,9 @@ def forcefield_command(): @maincommand def other(sender, command, label, args): - ...Execute command if no sub commands were found + ...Execute command if no sub commands were called @command("simplestuff") def simplestuff_command(sender, command, label, args): msg(sender, "hi, I do not use subcommands!") +"""