summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2016-05-25 02:40:50 +0200
committerDico200 <dico.karssiens@gmail.com>2016-05-25 02:40:50 +0200
commit4e6bd44c387b4956da5bf39a3a80b25b0b495aba (patch)
treec8217c42af7e436482e6dd5ad6c82a309edc4c8a
parenta5556760761974590b0666c3e89043aa5fc98a1d (diff)
Undoing these small changes from last commit...
-rw-r--r--chatalias.py1
-rw-r--r--plugin.yml2
2 files changed, 1 insertions, 2 deletions
diff --git a/chatalias.py b/chatalias.py
index be97228..24a445e 100644
--- a/chatalias.py
+++ b/chatalias.py
@@ -86,7 +86,6 @@ def on_alias_command(sender, cmd, label, args):
return True
return subcommands[args[0].lower()](sender, args[1:])
except:
- print(trace())
return subcommands["help"](sender, "1")
diff --git a/plugin.yml b/plugin.yml
index 97e69a1..bdd5acb 100644
--- a/plugin.yml
+++ b/plugin.yml
@@ -1,4 +1,4 @@
name: RedstonerUtils
main: main.py
version: 3.1.0
-author: redstone_sheep \ No newline at end of file
+author: redstone_sheep