Update config.default
This commit is contained in:
parent
20c33f02d5
commit
afff36b190
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"connections":
|
"connections":
|
||||||
{
|
{
|
||||||
"EsperNet":
|
"esper":
|
||||||
{
|
{
|
||||||
"server": "irc.esper.net",
|
"server": "irc.esper.net",
|
||||||
"nick": "MyNewCloudBot",
|
"nick": "MyCloudBot",
|
||||||
"user": "cloudbot",
|
"user": "cloudbot",
|
||||||
"realname": "CloudBot - http://git.io/cloudbotirc",
|
"realname": "CloudBot - http://git.io/cloudbotirc",
|
||||||
"nickserv_password": "",
|
"nickserv_password": "",
|
||||||
"channels": ["#cloudbot"],
|
"channels": ["#cloudbot", "#cloudbot2"],
|
||||||
"invite_join": true,
|
"invite_join": true,
|
||||||
"auto_rejoin": false,
|
"auto_rejoin": false,
|
||||||
"command_prefix": "."
|
"command_prefix": "."
|
||||||
|
|
Reference in a new issue