Update example user.json

This commit is contained in:
Mattias Erming 2014-09-10 09:00:00 -07:00
parent ef22d84d97
commit d759c62481

View file

@ -2,12 +2,13 @@
"user": "example",
"password": "password",
"networks": [{
"name": "Rizon",
"host": "irc.rizon.net",
"port": 6667,
"password": "serverpw"
"nick": "example",
"realname": "Example User",
"name": "Freenode",
"host": "irc.freenode.net",
"port": 6697,
"tls": true,
"password": "serverpw",
"nick": "john",
"realname": "John Doe",
"commands": [
"/msg NickServ identify password",
"/msg ChanServ op #chan"