fixed bug in stayalive code

This commit is contained in:
neersighted 2012-03-01 01:24:15 -08:00
parent 1789cd3b26
commit e061f4dd6d
2 changed files with 5 additions and 4 deletions

View file

@ -23,8 +23,8 @@ if not os.path.exists('config'):
"invitejoin": true,
"autorejoin": false,
"command_prefix": ".",
"stayalive": "",
"stayalive_delay": "20"
"stayalive": true,
"stayalive_delay": 20
}
},
"disabled_plugins": [],