diff options
author | Luke Bratch <luke@bratch.co.uk> | 2022-11-25 22:04:07 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2022-11-25 22:04:07 +0000 |
commit | 2639271eaab1990e0fb5832cb8bfbcdaf0e33022 (patch) | |
tree | 98c7e333ea6bb845200599c98ec83bb1064458b7 /TODO | |
parent | ae1390b2bef4dc6a1a113cddaee37d745b559b1f (diff) |
Fix broken debugprint() call in isnickinanychannel() which was referencing a non-existent printf string.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,4 +41,6 @@ Sending ^D when running with ./blabouncer -f does crazy stuff. 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.) + Crash when requesting 30 hour replay. |