Replace the Bitlair spacestate hook with a generic script hook
This commit is contained in:
parent
7935c982f9
commit
84cec0da89
4 changed files with 80 additions and 13 deletions
9
config.h
9
config.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue