fleaz / CptHook

Receive webhooks from different applications and post them to IRC channels
MIT License
17 stars 8 forks source link

Join all channels on connect #1

Closed mweinelt closed 5 years ago

mweinelt commented 6 years ago

After connecting to the server all channels should be joined. A missing bot in a channel is an indicator that something is wrong, so that is helpful.

fleaz commented 5 years ago

Update: I started a new branch called 'makeover' a few days ago which also changes the structure of a CptHook module. This also includes a getAllChannel() functions which we can call durint initialization to easily gather a list of all channels from all modules and join them.

fleaz commented 5 years ago

The new branch just got merged into development.