FFF- Typo
This commit is contained in:
parent
2ad6a9a6fa
commit
ae94b2ca6a
1 changed files with 4 additions and 4 deletions
|
@ -14,12 +14,12 @@ if not os.path.exists('config'):
|
||||||
{
|
{
|
||||||
"test connection":
|
"test connection":
|
||||||
{
|
{
|
||||||
"server": "irc.esper.net",
|
"server": "localhost",
|
||||||
"nick": "cloudbot_test",
|
"nick": "nickname",
|
||||||
"user": "cloudbot",
|
"user": "cloudbot",
|
||||||
"realname": "CloudBot/DEV - http://j.mp/uS5Cvx",
|
"realname": "CloudBot/DEV - http://j.mp/uS5Cvx",
|
||||||
"nickserv_password": "",
|
"nickserv_password": "",
|
||||||
"channels": ["#mau5bot"]
|
"channels": ["#channel"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"disabled_plugins": [],
|
"disabled_plugins": [],
|
||||||
|
@ -32,7 +32,7 @@ if not os.path.exists('config'):
|
||||||
"bitly_user": "INSERT USERNAME FROM bitly.com HERE",
|
"bitly_user": "INSERT USERNAME FROM bitly.com HERE",
|
||||||
"bitly_api": "INSERT API KEY FROM bitly.com HERE",
|
"bitly_api": "INSERT API KEY FROM bitly.com HERE",
|
||||||
"mc_user": "INSERT MINECRAFT USERNAME HERE (used to check login servers in mclogin.py)",
|
"mc_user": "INSERT MINECRAFT USERNAME HERE (used to check login servers in mclogin.py)",
|
||||||
"mc_pass": "INSERT MINECRAFT USERNAME HERE (used to check login servers in mclogin.py)"
|
"mc_pass": "INSERT MINECRAFT PASSWORD HERE (used to check login servers in mclogin.py)"
|
||||||
},
|
},
|
||||||
"censored_strings":
|
"censored_strings":
|
||||||
[
|
[
|
||||||
|
|
Reference in a new issue