diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-10-02 19:37:16 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-10-02 19:37:16 +0100 |
commit | 2385f7b944bb22acd85e6c089e509880a45a2cb1 (patch) | |
tree | 149c7005acbcc3aeb663661ed4b45ef7eef35ade /TODO | |
parent | be3913f22cc03a6d804d720fb0d3efcc337c4150 (diff) |
Try to make removenickfromallchannels() much faster when another user QUITs by ignoring unused channel indexes.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,5 +7,3 @@ Add a make install/uninstall/etc., add an "INSTALL" file, include a dependency l macOS compiler may need limits.h included in structures.h. replaymode = "lastspoke" causes huge amounts of spam from extractnickfromprefix() and friends in full debug mode. - -Very slow processing of removenickfromallchannels() when another user QUITs (sometimes). |