-
-
Save devyn/1574084 to your computer and use it in GitHub Desktop.
Example Diaptoval configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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