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",
"description": "A web IRC client",
"version": "0.15.0",
"version": "0.15.1",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {

View File

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