summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2024-03-30 13:38:58 +0000
committerLuke Bratch <luke@bratch.co.uk>2024-03-30 13:38:58 +0000
commit6bc5e61f1bd0217618aa799169b5439f013b6921 (patch)
tree916118e90f4514aea55d877db16b33fd03390640
parentef5ef17bab5581bc001da0e2a9ab77620a19ffb0 (diff)
Update TODO.
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index efcd1fd..3c64735 100644
--- a/TODO
+++ b/TODO
@@ -26,8 +26,6 @@ Are "no such nick/channel" messages as shown in clients correct compared to non-
Other IRC clients log stuff like "Mar 31 16:58:15 * #foobar :No topic is set." - can/should we?
-Git version in code.
-
Connecting from irssi triggers doautoreplay() from "USER received" in message.c twice.
Use the line number based replay log reading method from lastspoke rather than the inefficient re-read + line offset method in time replays? (And potentially remove a bunch of code re-use.)