Update example user.json

This commit is contained in:
Mattias Erming 2014-09-09 02:19:16 -07:00
parent 25afe0f0c3
commit 273e3acf13
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "shout", "name": "shout",
"description": "A web IRC client", "description": "A web IRC client",
"version": "0.15.0", "version": "0.15.1",
"author": "Mattias Erming", "author": "Mattias Erming",
"preferGlobal": true, "preferGlobal": true,
"bin": { "bin": {

View File

@ -4,6 +4,7 @@
"networks": [{ "networks": [{
"host": "irc.rizon.net", "host": "irc.rizon.net",
"port": 6667, "port": 6667,
"password": "serverpw"
"nick": "example", "nick": "example",
"realname": "Example User", "realname": "Example User",
"join": "#foo, #bar" "join": "#foo, #bar"