Minor change
This commit is contained in:
parent
65689d6dd7
commit
2f5be12d00
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "A web IRC client",
|
"description": "A web IRC client",
|
||||||
"version": "0.14.0",
|
"version": "0.14.1",
|
||||||
"author": "Mattias Erming",
|
"author": "Mattias Erming",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -12,7 +12,7 @@ program
|
|||||||
if (!config.public && !users.length) {
|
if (!config.public && !users.length) {
|
||||||
console.log("");
|
console.log("");
|
||||||
console.log("No users found!");
|
console.log("No users found!");
|
||||||
console.log("Create a new user with 'shout add-user <name>'.")
|
console.log("Create a new user with 'shout add <name>'.")
|
||||||
console.log("");
|
console.log("");
|
||||||
} else {
|
} else {
|
||||||
var port = program.port || config.port;
|
var port = program.port || config.port;
|
||||||
|
Loading…
Reference in New Issue
Block a user