namboy94 / xdcc-dl

An XDCC File Downloader based on the irclib framework
GNU General Public License v3.0
63 stars 16 forks source link

add possibility to join additional channels depending on the channel … #23

Closed danielBreitlauch closed 2 years ago

danielBreitlauch commented 2 years ago

This adds an additional option to specify channel dependencies.

Specifying --additional-channel-map "#A:#B" results in: If the bot is in channel #A then it joins channel #A and #B. This is needed sometimes.

Everything is backwards compatible.