Valentin Lorentz 7110b8f74e Relay: Set msg.channel before passing it to _sendToOthers.
_sendToOthers expects msg.channel to be 'in otherIrc.state.channels',
but IrcMsg objects don't have their 'channel' attribute set until they
are passed through irclib, so it was left unset, which means messages
were never sent at all.

Regression introduced in c1ae3f5c81cc8cf4effc7670e99c9270e31a1c9c.
2021-01-15 21:25:02 +01:00
..
2020-03-26 22:10:28 +01:00
2020-01-26 12:00:08 +01:00
2014-12-20 14:37:27 +01:00

This plugin allows you to setup a relay between networks.

Note that you must tell the bot to join the channel you wish to relay on all networks with the join command or network command <network> join <channel> or to join the channel on all networks network cmdall join <channel>.