summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basecommands.py3
1 files changed, 2 insertions, 1 deletions
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!")
+"""