command_system. do not automatically enable Execute class
This commit is contained in:
parent
735888d22e
commit
98781f8db4
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ from ..framework import CommandContainer, command, doc
|
||||||
from hosts import *
|
from hosts import *
|
||||||
|
|
||||||
class Execute(CommandContainer):
|
class Execute(CommandContainer):
|
||||||
AUTOMATIC = True
|
AUTOMATIC = False
|
||||||
HOSTS = ChatCommands, PrivateChatCommands, GroupChatCommands
|
HOSTS = ChatCommands, PrivateChatCommands, GroupChatCommands
|
||||||
|
|
||||||
DIRECTORY = "~"
|
DIRECTORY = "~"
|
||||||
|
|
Loading…
Add table
Reference in a new issue