forgot to remove the debug

This commit is contained in:
zefie
2025-06-22 13:16:21 -04:00
parent e1ec7a8942
commit 059f2a42bb

View File

@@ -1813,7 +1813,6 @@ class WTVIRC {
if (this.channelprefixes.includes(ch[1])) { if (this.channelprefixes.includes(ch[1])) {
ch = ch.slice(1); // Remove double prefix ch = ch.slice(1); // Remove double prefix
} }
console.log(ch.slice(1))
if (!this.allowed_characters.includes(ch.slice(1))) { if (!this.allowed_characters.includes(ch.slice(1))) {
socket.write(`:${this.servername} 403 ${socket.nickname} ${ch} :No such channel\r\n`); socket.write(`:${this.servername} 403 ${socket.nickname} ${ch} :No such channel\r\n`);
return; return;