remove arbitrary character
This commit is contained in:
@@ -2097,7 +2097,7 @@ class WTVIRC {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((this.channelvoices.get(ch) || new Set()).has(socket.nickname)) {
|
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 += '+';
|
prefix += '+';
|
||||||
} else {
|
} else {
|
||||||
if (!prefix) {
|
if (!prefix) {
|
||||||
|
|||||||
Reference in New Issue
Block a user