revert [3bd5f54fca8d]

This commit is contained in:
Denis Fomin 2011-10-08 22:54:05 +03:00
parent c8b505a129
commit e4314f63a0
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "~"