made nshc-auth default to reading the password

This commit is contained in:
Izaya 2017-06-19 13:23:48 +00:00
parent 42a0bd3e6e
commit 10194ae89c
1 changed files with 1 additions and 1 deletions

View File

@ -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