diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-23 19:51:20 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-23 19:50:20 +0100 |
commit | e23d905daa6ed78ba124d81c1782effc341322db (patch) | |
tree | aad0718069334479204c1eaa2d0eda4b5bc13f6a /plugins | |
parent | 7e48a16c4b56c08222a502ee4c8383e3f7340d96 (diff) | |
download | poezio-e23d905daa6ed78ba124d81c1782effc341322db.tar.gz poezio-e23d905daa6ed78ba124d81c1782effc341322db.tar.bz2 poezio-e23d905daa6ed78ba124d81c1782effc341322db.tar.xz poezio-e23d905daa6ed78ba124d81c1782effc341322db.zip |
Remove TODO since this is done.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/quote.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |