Update example user.json
This commit is contained in:
parent
25afe0f0c3
commit
273e3acf13
@ -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": {
|
||||
|
@ -4,6 +4,7 @@
|
||||
"networks": [{
|
||||
"host": "irc.rizon.net",
|
||||
"port": 6667,
|
||||
"password": "serverpw"
|
||||
"nick": "example",
|
||||
"realname": "Example User",
|
||||
"join": "#foo, #bar"
|
||||
|
Loading…
Reference in New Issue
Block a user