Skip to content
Snippets Groups Projects
Commit 91e28d0e authored by red-agent's avatar red-agent
Browse files

Removed the command that was accidently commited

parent 684662c1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment