diff options
author | Dennis Kaarsemaker <dennis@kaarsemaker.net> | 2016-02-22 21:25:39 +0100 |
---|---|---|
committer | Dennis Kaarsemaker <dennis@kaarsemaker.net> | 2016-03-23 07:44:13 +0100 |
commit | 446a23ea39184c5fe43cd40706bb683b89534e2e (patch) | |
tree | c2a3933f4f962071174225c3bb86b3884927fd15 /conf.h | |
parent | e41ba05c0a9002b30e9e2475f56fd207e856a9f8 (diff) |
Add a setting to disable 'account add'
In a locked down bitlbee instance it is useful to disable the 'account
add' command.
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ typedef struct conf { authmode_t authmode; char *auth_pass; char *oper_pass; + int allow_account_add; char *hostname; char *configdir; char *plugindir; |