panettone: support posting to multiple channels

#384
Opened by flokli at 2024-03-13T15·01+00

ops/modules/panettone.nix defines a irccatChannel option, with the description "IRC channels to post to via irccat".

It currently only supports one IRC channel, not multiple. (Can be figured out by grepping for ISSUECHANNEL in panettone).

We should allow ISSUECHANNEL to be a (comma-separated ?) list of channels, and then run the notification thing for each element in the list.