Implemented @encoding command as a default way for managing encodings on a per-player level.

This commit is contained in:
Griatch 2010-10-03 20:34:46 +00:00
parent c29649cd53
commit 7080de4022
3 changed files with 58 additions and 1 deletions

View file

@ -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.