mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add two default commands to __all__ tuple. Resolve #2189
This commit is contained in:
parent
98bb8f6f79
commit
c4a9e620e9
1 changed files with 3 additions and 0 deletions
|
|
@ -37,7 +37,10 @@ __all__ = (
|
|||
"CmdCdesc",
|
||||
"CmdPage",
|
||||
"CmdIRC2Chan",
|
||||
"CmdIRCStatus",
|
||||
"CmdRSS2Chan",
|
||||
"CmdGrapevine2Chan",
|
||||
|
||||
)
|
||||
_DEFAULT_WIDTH = settings.CLIENT_DEFAULT_WIDTH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue