err may be nil. Fixes: 2b2a2fd479 ("msgstore/znclog: fix panic on malformed input line")
2b2a2fd479
If the line is "[01:02:03]" without a trailing space, we trip on a "slice bounds out of range" panic. Closes: https://todo.sr.ht/~emersion/soju/214