UNPKG

nntp-server-zefie

Version:

NNTP server implementation, modified for zefie_wtvp_minisrv

14 lines (11 loc) 221 B
// Alias for OVER // // Actually, ALL clients still use XOVER instead of OVER. // 'use strict'; const over = require('./over'); module.exports = { head: 'XOVER', validate: over.validate, run: over.run };