diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-19 20:30:01 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-19 20:30:01 +0100 |
commit | 2d9ef7932da099d7a1f4afb8f9c4565ec6c09d2e (patch) | |
tree | 952d5356ac9aed0a529e5cbef809943ebbd3e4a4 /TODO | |
parent | 4873bf3a636cebb05bb2b40cdd987a62c373fe5a (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-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |