From 059f2a42bbb77a7430e2cb8ad913740b69df3dbd Mon Sep 17 00:00:00 2001 From: zefie Date: Sun, 22 Jun 2025 13:16:21 -0400 Subject: [PATCH] forgot to remove the debug --- zefie_wtvp_minisrv/includes/classes/WTVIRC.js | 1 - 1 file changed, 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js index bb95a611..c722f937 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js @@ -1813,7 +1813,6 @@ class WTVIRC { if (this.channelprefixes.includes(ch[1])) { ch = ch.slice(1); // Remove double prefix } - console.log(ch.slice(1)) if (!this.allowed_characters.includes(ch.slice(1))) { socket.write(`:${this.servername} 403 ${socket.nickname} ${ch} :No such channel\r\n`); return;