From e23d905daa6ed78ba124d81c1782effc341322db Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 23 Nov 2011 19:51:20 +0100 Subject: Remove TODO since this is done. --- plugins/quote.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/quote.py') diff --git a/plugins/quote.py b/plugins/quote.py index 96b61976..10ebba0c 100644 --- a/plugins/quote.py +++ b/plugins/quote.py @@ -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 doesn’t start with a digit messages = self.core.get_conversation_messages() if not messages: return None -- cgit v1.2.3