pyhoneybot / honeybot

🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly!
https://pyhoneybot.github.io/honeybot-store/
MIT License
74 stars 84 forks source link

Platform independent application directory #145

Open maelstrom0x8 opened 1 year ago

maelstrom0x8 commented 1 year ago

There should be a global directory where configurations and plugins are stored. This will enable the bot and the GUI to see a uniform configuration across the system.

MrTanoshii commented 1 year ago

Hey @maelstrom0x8 Can you elaborate a bit more on why the change is required (what is the problem it will fix?)?

Are you saying you want the plugins and settings directories merged?

maelstrom0x8 commented 1 year ago

The honeybot init command creates the plugins and settings folders in every directory it is run. I'm suggesting that they should be generated into a system-wide location where they can be read from.