summaryrefslogtreecommitdiff
path: root/basecommands.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-04-03 02:04:25 +0200
committerDico200 <dico.karssiens@gmail.com>2015-04-03 02:04:25 +0200
commitf7abc20ca13f6fbb637461d7a9e9bf71eb631703 (patch)
tree49c6c9a518bc25411cb28245b2cae246febcefea /basecommands.py
parentde43b0d0db6ede685d8c3f6579a20eb268262cb2 (diff)
Don't even bother.
Diffstat (limited to 'basecommands.py')
-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!")
+"""