From 2d9ef7932da099d7a1f4afb8f9c4565ec6c09d2e Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 19 May 2019 20:30:01 +0100 Subject: Use case-insensitive string comparisons when reading client commands as we can't trust them to be uppercase. --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index e58185d..7140402 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ Move debug output into some debug function that can be enabled/disabled. Automatically try new nicks if there's no more configured nicks to try (e.g. if foo is in use, try foo1, foo2, etc.) + +Don't replay logs for channels the user isn't currently in or clients will take JOINs/PARTs literally, plus channel info will be missing. -- cgit v1.2.3