Implemented @encoding command as a default way for managing encodings on a per-player level.
This commit is contained in:
parent
c29649cd53
commit
7080de4022
3 changed files with 58 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class CmdTest(MuxCommand):
|
|||
|
||||
key = "@test"
|
||||
aliases = ["@te", "@test all"]
|
||||
#permissions = "cmd:Immortals Wizards"
|
||||
permissions = "cmd:Immortals Wizards"
|
||||
|
||||
# the muxcommand class itself handles the display
|
||||
# so we just defer to it by not adding any function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue