Add commands missing from account.__all__. Resolves #1900.

This commit is contained in:
Griatch 2019-08-26 08:35:50 +02:00
parent f75c1f2a9f
commit 9b3970f48f

View file

@ -34,7 +34,7 @@ _MULTISESSION_MODE = settings.MULTISESSION_MODE
# limit symbol import for API
__all__ = ("CmdOOCLook", "CmdIC", "CmdOOC", "CmdPassword", "CmdQuit",
"CmdCharCreate", "CmdOption", "CmdSessions", "CmdWho",
"CmdColorTest", "CmdQuell")
"CmdColorTest", "CmdQuell", "CmdCharDelete", "CmdStyle")
class MuxAccountLookCommand(COMMAND_DEFAULT_CLASS):