From cb30f54c15bff90f39b014afc770250a36fbcb2d Mon Sep 17 00:00:00 2001 From: zefie Date: Thu, 12 Jun 2025 23:57:17 -0400 Subject: [PATCH] header update --- zefie_wtvp_minisrv/includes/classes/WTVIRC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js index ccaf859d..0b5ba40d 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js @@ -5,7 +5,7 @@ class WTVIRC { * WTVIRC - A simple IRC server implementation for WebTV * Tested with WebTV and KvIRC * This is a basic implementation and does not cover all IRC features. - * It supports basic commands like NICK, USER, JOIN, PART, PRIVMSG, NOTICE, TOPIC, AWAY, and PING. + * It supports basic commands like NICK, USER, JOIN, PART, PRIVMSG, NOTICE, TOPIC, AWAY, MODE, KICK, and PING. * TODO: Enforce Bans, channel mode support, enforce invite only channel mode. */ constructor(minisrv_config, host = 'localhost', port = 6667, debug = false) {