Fixed local-mode issue with encoded channel-names

This commit is contained in:
Kasper Rynning-Tønnesen
2019-10-07 16:38:19 +02:00
parent bc3328db2b
commit 49fceb761c

View File

@@ -332,7 +332,7 @@ module.exports = function() {
return;
}
var status = msg.status;
var channel = Functions.encodeChannelName(msg.channel); //.replace(/ /g,'');
var channel = msg.channel; //.replace(/ /g,'');
if (status) {
in_list = false;
offline = true;