Replace the Bitlair spacestate hook with a generic script hook

This commit is contained in:
polyfloyd 2017-10-17 21:41:14 +02:00
parent 7935c982f9
commit 84cec0da89
4 changed files with 80 additions and 13 deletions

View file

@ -48,14 +48,7 @@ typedef struct {
char *jsonbot_password;
char *jsonbot_privmsg_to;
/* Space state database client configuration */
char *spacestate_host;
char *spacestate_username;
char *spacestate_password;
char *spacestate_name;
char *spacestate_driver;
char *spacestate_hook_open;
char *spacestate_hook_close;
char *hook_script_path;
/* Global configuration based state */
GKeyFile *keyfile;