revert [3bd5f54fca8d]
This commit is contained in:
parent
c8b505a129
commit
e4314f63a0
|
@ -41,7 +41,7 @@ from ..framework import CommandContainer, command, doc
|
||||||
from hosts import *
|
from hosts import *
|
||||||
|
|
||||||
class Execute(CommandContainer):
|
class Execute(CommandContainer):
|
||||||
AUTOMATIC = False
|
AUTOMATIC = True
|
||||||
HOSTS = ChatCommands, PrivateChatCommands, GroupChatCommands
|
HOSTS = ChatCommands, PrivateChatCommands, GroupChatCommands
|
||||||
|
|
||||||
DIRECTORY = "~"
|
DIRECTORY = "~"
|
||||||
|
|
Loading…
Reference in New Issue