command_system. do not automatically enable Execute class
This commit is contained in:
parent
735888d22e
commit
98781f8db4
|
@ -41,7 +41,7 @@ from ..framework import CommandContainer, command, doc
|
|||
from hosts import *
|
||||
|
||||
class Execute(CommandContainer):
|
||||
AUTOMATIC = True
|
||||
AUTOMATIC = False
|
||||
HOSTS = ChatCommands, PrivateChatCommands, GroupChatCommands
|
||||
|
||||
DIRECTORY = "~"
|
||||
|
|
Loading…
Reference in New Issue