Reported by ~vigoux:
panic: unreachable
goroutine 1 [running]:
git.sr.ht/~taiite/senpai.(*App).handleIRCEvent(0xc0000183c0, {0xc00045d79f, 0x1}, {0x703e60?, 0xc000c323c0?})
/src/senpai/app.go:746 +0x5bb1
git.sr.ht/~taiite/senpai.(*App).handleEvent(0x723786?, {{0xc00045d79f?, 0xc000bd7a38?}, {0x703e60?, 0xc000c323c0?}})
/src/senpai/app.go:284 +0x65
git.sr.ht/~taiite/senpai.(*App).eventLoop(0xc0000183c0)
/src/senpai/app.go:224 +0x147
git.sr.ht/~taiite/senpai.(*App).Run(0xc0000183c0)
/src/senpai/app.go:197 +0x125
main.main()
/src/senpai/cmd/senpai/main.go:149 +0x80b
I just got a similar panic from deleting a network and then using ctrl-n to scroll through buffers. I think it happened when I got to where the deleted network was in the buffer list.