Skip to content

Instantly share code, notes, and snippets.

@dsamarin
Created January 7, 2012 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dsamarin/1574082 to your computer and use it in GitHub Desktop.
Save dsamarin/1574082 to your computer and use it in GitHub Desktop.
Example Diaptoval configuration file
{
"Core": {
"socket": "/tmp/diaptoval.sock"
},
"IRC": {
"default": {
"nick": ["eboy", "eboyjr", "eboyjr_"],
"quit_message": "Try out lic, the IRC client, for free at http://github.com/oftn/lic/"
},
"servers": [
{
"name": "freenode",
"host": "chat.freenode.net",
"port": 6697,
"username": "eboyjr",
"password": "XXXXXXXXXXXXXXXXXXXXXXXX",
"ssl": true
}
]
},
"Scenes": {
"javascript": ["irc/freenode/##javascript", "irc/freenode/#jsclique"],
"oftn": ["irc/freenode/#oftn", "irc/freenode/#oftn-mc", "irc/freenode/ChanServ"],
"freelance": ["irc/freenode/#css-lance", "irc/freenode/#freelance", "irc/freenode/##php-lance"]
}
}
Core:
socket: /tmp/diaptoval.sock
IRC:
default:
nick:
- eboy
- eboyjr
- eboyjr_
quit_message: 'Try out lic, the IRC client, for free at http://github.com/oftn/lic/'
servers:
- host: chat.freenode.net
name: Freenode
password: XXXXXXXXXXXXXXXXXXXXXXXX
port: 6697
ssl: true
username: eboyjr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment