From e9d4ad3c33b81ff56c4e4b2cac4aad559a303104 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 15 Sep 2019 14:47:44 +0100 Subject: 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). --- TODO | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'TODO') 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. -- cgit v1.2.3