paris-ci / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
6 stars 1 forks source link

update channels in config. #67

Open Afootpluto opened 8 years ago

Afootpluto commented 8 years ago

Add the ability for the bot to update the channels in the config, when a join or part command is used. Kinda like channel saver for znc.

paris-ci commented 8 years ago

The problem is the config itself... CloudBotIRC/CloudBot#147

Afootpluto commented 8 years ago

Can you write to the config from a plugin?

paris-ci commented 8 years ago

you can write to the config dict that you should be able to update the config file. However, sometimes it's buggy