Skip to content

Instantly share code, notes, and snippets.

@Xe
Created July 10, 2014 18:57
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 Xe/b15c17210098b3200586 to your computer and use it in GitHub Desktop.
Save Xe/b15c17210098b3200586 to your computer and use it in GitHub Desktop.
example config file
{
"autoload": ["tetra/main"],
"services": [
{
"nick": "Tetra",
"user": "tetra",
"host": "yolo-swag.com",
"gecos": "Tetra administrative client",
"name": "tetra"
}
],
"myinfo": {
"name": "tetra.int",
"gecos": "Tetra in Go!",
"sid": "420"
},
"uplink": {
"host": "127.0.0.1",
"port": "6667",
"password": "shameless",
"ssl": false
},
"rrdpath": "var/rrd/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment