From 91e28d0ed9b00307ab55d0b1091ffd07357a2647 Mon Sep 17 00:00:00 2001
From: red-agent <hell.director@gmail.com>
Date: Thu, 17 Sep 2009 11:24:58 +0300
Subject: [PATCH] Removed the command that was accidently commited

---
 src/commands/implementation.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/commands/implementation.py b/src/commands/implementation.py
index fd5e676a53..54a13b8a2d 100644
--- a/src/commands/implementation.py
+++ b/src/commands/implementation.py
@@ -85,15 +85,6 @@ class CommonCommands(ChatMiddleware):
         """
         self.send("/me %s" % action)
 
-    @command(raw=True, empty=True)
-    def test(self, one, two, three):
-        self.echo(one)
-        self.echo(two)
-        self.echo(three)
-
-        from pprint import pformat
-        return "Locals:\n%s" % pformat(locals())
-
 class ChatCommands(CommonCommands):
     """
     Here defined commands will be unique to a chat. Use it as a hoster to provide
-- 
GitLab