diff options
author | Luke Bratch <luke@bratch.co.uk> | 2024-03-31 22:23:59 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2024-03-31 22:23:59 +0100 |
commit | 33bb47c623d1c605a5a131ef882feb6df42570b7 (patch) | |
tree | 22f972d9b6eb586c7492db59c5d9a2b5692e4f39 /TODO | |
parent | 7ac369cbe46739beac37d97642b65b98c46ffc4d (diff) |
Don't bother trying to do removenickfromchannel() after a PART or a KICK if we just did removechannel() because the PARTing/KICKed nick was ours.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -35,15 +35,6 @@ Debug log ("checking client socket <i> out of <fdmax>") gets busy after fdmax ge Combine custom BLABOUNCER commands with stdin commands (or ditch stdin?). -KICK not handled (temporary work in kick-support-20230409.diff) -KICK: -Sun Apr 9 03:35:31 2023: BOUNCER-SERVER RECEIVED: ':bbnick!bbuser@2a06:5844:e:551:0:0:0:1d KICK #bla12 bbounce2 :bbnick -Sun Apr 9 03:35:31 2023: Server KICK: nick is NOT ours ('bbnick' vs 'bbounce2'). -PART: -Sun Apr 9 04:16:09 2023: BOUNCER-SERVER RECEIVED: ':bbounce2!l_bratch@2a06:5844:e:551:0:0:0:1d PART #bla12 :Leaving -Sun Apr 9 04:16:09 2023: Server PART: nick is ours ('bbounce2' vs 'bbounce2'). -^^Reminder, joining channels (and getting the nick list) seems to be broken right now (TG reminder). - Crash when requesting 30 hour replay. Users in channel not being populated observed once - 27/07/2023 #pipewire on irc.oftc.net. (and again 14/09/2023) |