Created
June 5, 2017 19:31
-
-
Save kyleterry/424fb23942ad63ea34b7d102df29f101 to your computer and use it in GitHub Desktop.
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
{ | |
"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