Skip to content

Instantly share code, notes, and snippets.

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 kyleterry/424fb23942ad63ea34b7d102df29f101 to your computer and use it in GitHub Desktop.
Save kyleterry/424fb23942ad63ea34b7d102df29f101 to your computer and use it in GitHub Desktop.
{
"debug": true,
"service": {
"sender_bind": "tcp://*:61123",
"receiver_bind": "tcp://*:61124"
},
"connections": [
{
"name": "freenode",
"host": "irc.freenode.net",
"port": 6697,
"flood_protection": true,
"password": "",
"nicks": ["tenyks-dev"],
"ident": "tenyks-dev",
"real_name": "tenyks IRC bot",
"commands": [],
"admins": ["vhost-"],
"channels": ["#tenyks"],
"ssl": true
}
],
"logging": {
"debug": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment