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
Currently we provide all bot configuration on the command line. I've begun creating launcher scripts which contain all the options, so functionally we're abusing bash scripts as configuration files.
This actually isn't awful; it has worked for a while. But we've reached the point where plugins should be able to have configuration of their own, and this can't be achieved with command line arguments.
Integrate with libconfig (or an INI parser) to allow cbot to accept a configuration file.
The text was updated successfully, but these errors were encountered:
Currently we provide all bot configuration on the command line. I've begun creating launcher scripts which contain all the options, so functionally we're abusing bash scripts as configuration files.
This actually isn't awful; it has worked for a while. But we've reached the point where plugins should be able to have configuration of their own, and this can't be achieved with command line arguments.
Integrate with
libconfig
(or an INI parser) to allow cbot to accept a configuration file.The text was updated successfully, but these errors were encountered: