summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pmtoggle.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pmtoggle.py b/pmtoggle.py
index 1cdf17b..19caf9e 100644
--- a/pmtoggle.py
+++ b/pmtoggle.py
@@ -5,8 +5,8 @@ from java.util.UUID import fromString as juuid
toggle_dict = {}
permission = "utils.pmtoggle"
-@hook.command("tm",
- aliases = ["tmsg", "mt", "msgt"],
+@hook.command("pmtoggle",
+ aliases = ["tm", "mt", "tmsg", "msgt", "pmt", "tpm"],
usage = "/<command> [player]",
description = "Toggle automatic sending of messages"
)