Add commands missing from account.__all__. Resolves #1900.
This commit is contained in:
parent
f75c1f2a9f
commit
9b3970f48f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ _MULTISESSION_MODE = settings.MULTISESSION_MODE
|
||||||
# limit symbol import for API
|
# limit symbol import for API
|
||||||
__all__ = ("CmdOOCLook", "CmdIC", "CmdOOC", "CmdPassword", "CmdQuit",
|
__all__ = ("CmdOOCLook", "CmdIC", "CmdOOC", "CmdPassword", "CmdQuit",
|
||||||
"CmdCharCreate", "CmdOption", "CmdSessions", "CmdWho",
|
"CmdCharCreate", "CmdOption", "CmdSessions", "CmdWho",
|
||||||
"CmdColorTest", "CmdQuell")
|
"CmdColorTest", "CmdQuell", "CmdCharDelete", "CmdStyle")
|
||||||
|
|
||||||
|
|
||||||
class MuxAccountLookCommand(COMMAND_DEFAULT_CLASS):
|
class MuxAccountLookCommand(COMMAND_DEFAULT_CLASS):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue