Minor tweaks #37

Merged
Pepich merged 3 commits from tweaks into dev 2016-02-15 16:48:22 +00:00
Showing only changes of commit 0aad531f9e - Show all commits

View File

@ -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"
)