Update example user.json
This commit is contained in:
parent
25afe0f0c3
commit
273e3acf13
@ -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": {
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user