Add two default commands to __all__ tuple. Resolve #2189

This commit is contained in:
Griatch 2020-09-05 23:34:08 +02:00
parent 98bb8f6f79
commit c4a9e620e9

View file

@ -37,7 +37,10 @@ __all__ = (
"CmdCdesc",
"CmdPage",
"CmdIRC2Chan",
"CmdIRCStatus",
"CmdRSS2Chan",
"CmdGrapevine2Chan",
)
_DEFAULT_WIDTH = settings.CLIENT_DEFAULT_WIDTH