Skip to content

Instantly share code, notes, and snippets.

@AccaliaDeElementia
Created August 4, 2015 11:46
Show Gist options
  • Save AccaliaDeElementia/86648bc1ec4891e25712 to your computer and use it in GitHub Desktop.
Save AccaliaDeElementia/86648bc1ec4891e25712 to your computer and use it in GitHub Desktop.
Example SockBot Config files
{
"core": {
"username": "sockAdept",
"password": "this is still not my password"
},
"plugins": {
"echo": true
}
}
---
core:
username: sockAdept
password: this is not my password!
plugins:
echo: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment