Skip to content

Instantly share code, notes, and snippets.

@devyn
Forked from dsamarin/config.json
Created January 7, 2012 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devyn/1574084 to your computer and use it in GitHub Desktop.
Save devyn/1574084 to your computer and use it in GitHub Desktop.
Example Diaptoval configuration file
{
"Core": {
"socket": "/tmp/diaptoval.sock"
},
"IRC": {
"quit_message": "bbye!",
"profiles": [
{
"host": "irc.freenode.net",
"nick": ["devyn", "devyn_", "devyn__", "devyn___"],
"pass": ":devyn <censored>",
"real_name": "Devyn Cairns",
"quit_message": "→ sleep"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment