minor usenet fixes

This commit is contained in:
zefie
2022-10-12 20:27:33 -04:00
parent e59277ec6a
commit 49789cf1a1
3 changed files with 6 additions and 6 deletions

View File

@@ -17,8 +17,8 @@ class WTVNewsServer {
const nntp_server = require('nntp-server');
var nntp_statuses = require('nntp-server/lib/status');
this.username == username || null;
this.password == password || null;
this.username = username || null;
this.password = password || null;
this.using_auth = using_auth;
if (using_auth && (!username && !password)) {
// using auth, but no auth info specified, so randomly generate it