added configurable auto-invite-join
This commit is contained in:
parent
e6acc60343
commit
6cf588b994
2 changed files with 17 additions and 7 deletions
|
@ -20,6 +20,7 @@ if not os.path.exists('config'):
|
|||
"realname": "CloudBot - http://git.io/cloudbot",
|
||||
"nickserv_password": "",
|
||||
"channels": ["#channel"],
|
||||
"invitejoin": "True",
|
||||
"autorejoin": "False",
|
||||
"command_prefix": ".",
|
||||
"stayalive": "",
|
||||
|
|
Reference in a new issue