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,6 +29,7 @@ class DefaultCmdSet(CmdSet):
self.add(general.CmdWho())
self.add(general.CmdSay())
self.add(general.CmdGroup())
self.add(general.CmdEncoding())
# The help system
self.add(help.CmdHelp())