Remove TODO since this is done.

This commit is contained in:
Florent Le Coz 2011-11-23 19:51:20 +01:00
parent 7e48a16c4b
commit e23d905daa

View file

@ -36,8 +36,6 @@ class Plugin(BasePlugin):
def find_message_with_timestamp(self, timestamp):
# TODO: handle messages with the same
# timestamp but not the same day
# TODO: complete nicknames we are on the first argument and
# it doesnt start with a digit
messages = self.core.get_conversation_messages()
if not messages:
return None