From 273e3acf138c079277447ab6964192fee039eaa5 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Tue, 9 Sep 2014 02:19:16 -0700 Subject: [PATCH] Update example user.json --- package.json | 2 +- users/example/user.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 73a5a76..b095243 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/users/example/user.json b/users/example/user.json index 2c9b569..d0e4083 100644 --- a/users/example/user.json +++ b/users/example/user.json @@ -4,6 +4,7 @@ "networks": [{ "host": "irc.rizon.net", "port": 6667, + "password": "serverpw" "nick": "example", "realname": "Example User", "join": "#foo, #bar"