summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-19 20:30:01 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-19 20:30:01 +0100
commit2d9ef7932da099d7a1f4afb8f9c4565ec6c09d2e (patch)
tree952d5356ac9aed0a529e5cbef809943ebbd3e4a4 /TODO
parent4873bf3a636cebb05bb2b40cdd987a62c373fe5a (diff)
Use case-insensitive string comparisons when reading client commands as we can't trust them to be uppercase.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
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.