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", "user": "example",
"password": "password", "password": "password",
"networks": [{ "networks": [{
"name": "Rizon", "name": "Freenode",
"host": "irc.rizon.net", "host": "irc.freenode.net",
"port": 6667, "port": 6697,
"password": "serverpw" "tls": true,
"nick": "example", "password": "serverpw",
"realname": "Example User", "nick": "john",
"realname": "John Doe",
"commands": [ "commands": [
"/msg NickServ identify password", "/msg NickServ identify password",
"/msg ChanServ op #chan" "/msg ChanServ op #chan"