From e4314f63a01df652c20df3aaaa0adf44c82621ac Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Sat, 8 Oct 2011 22:54:05 +0300 Subject: [PATCH] revert [3bd5f54fca8d] --- src/command_system/implementation/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command_system/implementation/execute.py b/src/command_system/implementation/execute.py index e5ed220f3..5089d5128 100644 --- a/src/command_system/implementation/execute.py +++ b/src/command_system/implementation/execute.py @@ -41,7 +41,7 @@ from ..framework import CommandContainer, command, doc from hosts import * class Execute(CommandContainer): - AUTOMATIC = False + AUTOMATIC = True HOSTS = ChatCommands, PrivateChatCommands, GroupChatCommands DIRECTORY = "~"