fix monboob do_ methods

This commit is contained in:
Romain Bignon 2010-09-25 07:30:46 +02:00
commit ec45f3c2f0

View file

@ -111,7 +111,7 @@ class Monboob(ReplApplication):
except IndexError: except IndexError:
return s return s
def do_post(self): def do_post(self, line):
""" """
post post
@ -192,7 +192,7 @@ class Monboob(ReplApplication):
parent=Message(thread, msg_id), parent=Message(thread, msg_id),
content=content)) content=content))
def do_run(self): def do_run(self, line):
""" """
run run