From 10194ae89c0b990603cba5bf425028eb3f8cd002 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 19 Jun 2017 13:23:48 +0000 Subject: [PATCH] made nshc-auth default to reading the password --- modules/applications/nshc-auth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/applications/nshc-auth.lua b/modules/applications/nshc-auth.lua index e102d15..d211117 100644 --- a/modules/applications/nshc-auth.lua +++ b/modules/applications/nshc-auth.lua @@ -27,5 +27,5 @@ function nshc(P,nid,pW) end C.yield() end - nshc_w(ev[4],nid,pW) + nshc_w(ev[4],nid,(pW or readln("*"))) end