rename custon nntp-server module to nntp-server-zefie

- seems like if a package exists on npm you will get that version regardless of the git configured in package.json
This commit is contained in:
zefie
2022-10-15 22:15:14 -04:00
parent 5bf073d075
commit f42837b8bb
3 changed files with 10 additions and 9 deletions

View File

@@ -16,8 +16,8 @@ class WTVNewsServer {
const { WTVShared } = require("./WTVShared.js");
this.wtvshared = new WTVShared(minisrv_config);
this.featuredGroups = minisrv_config.services['wtv-news'].featuredGroups;
const nntp_server = require('nntp-server');
var nntp_statuses = require('nntp-server/lib/status');
const nntp_server = require('nntp-server-zefie');
var nntp_statuses = require('nntp-server-zefie/lib/status');
this.username = username || null;
this.password = password || null;