FruitieX / teleirc

A simple Telegram ↔ IRC gateway.
MIT License
273 stars 88 forks source link

Switch to a real config file format #110

Open FruitieX opened 8 years ago

FruitieX commented 8 years ago

This would make sense especially concerning automatic config updates, which are quite difficult & ugly to do with the current JavaScript source file format.

mautematico commented 7 years ago

¡Absolutely! I am maintaining a multi IRC-Telegram bridge using teleirc for mozilla community, and I was thinking about having some kind of UI (maybe an extra bot command) to easily setup new bridges as needed.

I think this would need the bot being able to reload and overwrite it's config file on the fly.

May be some YAML based config?

FruitieX commented 7 years ago

Cool to hear! :)

Another alternative to a UI would be a config reload command. YAML would be nice!

Croydon commented 7 years ago

Imo TOML would be nicer as YAML.

FruitieX commented 7 years ago

Might make more sense for configuration files yes