summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-09-15 14:47:44 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-09-15 14:47:44 +0100
commite9d4ad3c33b81ff56c4e4b2cac4aad559a303104 (patch)
treec177baee475291dc1545f48c942560351aa92e4f /TODO
parent4dea4c16313ba3d1575cfa6722d75492c907f551 (diff)
Start tracking nicks in channels (upon JOIN/PART/QUIT/NICK) and use that to correctly log QUITs in the replay log and normal log(s).
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 68e0122..32bfa2c 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
All the TODOs sprinkled throughout the code!
-Is there a way to log nick changes to the normal log despite not tracking nicks in each channel? (We do track channel names themselves.)
-
-Log QUIT messages in channels if the quitting user was in them - requires tracking users in channels.
+Log nick changes to the normal log.