tetrapus / Karkat

Multithreaded python IRC socket bot.
16 stars 5 forks source link

Configuration directory should be defined in configuration file #25

Closed tetrapus closed 10 years ago

tetrapus commented 11 years ago

Current, configuration directories are assumed knowledge of plugins. This can be a property of the bot object (as configuration data is often a server-dependant property), and perhaps a data abstraction layer can be built to handle storage of plugin data.

tetrapus commented 10 years ago

Fixed in commit c2703137a6d88b5a245489a3bfd1297b1ebb5384. Configuration is now given by bot.get_config_dir(*subdir)