diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-09-15 14:47:44 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-09-15 14:47:44 +0100 |
commit | e9d4ad3c33b81ff56c4e4b2cac4aad559a303104 (patch) | |
tree | c177baee475291dc1545f48c942560351aa92e4f /TODO | |
parent | 4dea4c16313ba3d1575cfa6722d75492c907f551 (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-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. |