You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when you add a channel with !join it does not save the channel to the config and the channel is not rejoined after restarting the bot.
Personally I would like to see this added, however also with the option for a delay joining channels so that bots who join a lot of channels don't flood the server.
Chances are, that I'll write a module to do this as it's something I need personally.
However in my case it would not make sense to write this into the default.cfg, as more than 10 channels would already be too difficult to maintain in the config file.
The text was updated successfully, but these errors were encountered:
I'd say it should always save joined (and parted) channels to the config. The optional second argument to .join is already used for channel key/password, and it would get complicated to add a third argument that's also optional.
Right now when you add a channel with !join it does not save the channel to the config and the channel is not rejoined after restarting the bot.
Personally I would like to see this added, however also with the option for a delay joining channels so that bots who join a lot of channels don't flood the server.
Chances are, that I'll write a module to do this as it's something I need personally.
However in my case it would not make sense to write this into the default.cfg, as more than 10 channels would already be too difficult to maintain in the config file.
The text was updated successfully, but these errors were encountered: