Removed the command that was accidently commited
This commit is contained in:
parent
684662c15d
commit
91e28d0ed9
|
@ -85,15 +85,6 @@ class CommonCommands(ChatMiddleware):
|
||||||
"""
|
"""
|
||||||
self.send("/me %s" % action)
|
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):
|
class ChatCommands(CommonCommands):
|
||||||
"""
|
"""
|
||||||
Here defined commands will be unique to a chat. Use it as a hoster to provide
|
Here defined commands will be unique to a chat. Use it as a hoster to provide
|
||||||
|
|
Loading…
Reference in New Issue