remove arbitrary character

This commit is contained in:
zefie
2025-06-17 21:16:54 -04:00
parent 2c515ed8fb
commit 8ff11894f1

View File

@@ -2097,7 +2097,7 @@ class WTVIRC {
}
}
if ((this.channelvoices.get(ch) || new Set()).has(socket.nickname)) {
if (socket.client_caps.includes('multi-prefix')) {'
if (socket.client_caps.includes('multi-prefix')) {
prefix += '+';
} else {
if (!prefix) {