mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed local-mode issue with encoded channel-names
This commit is contained in:
@@ -332,7 +332,7 @@ module.exports = function() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var status = msg.status;
|
var status = msg.status;
|
||||||
var channel = Functions.encodeChannelName(msg.channel); //.replace(/ /g,'');
|
var channel = msg.channel; //.replace(/ /g,'');
|
||||||
if (status) {
|
if (status) {
|
||||||
in_list = false;
|
in_list = false;
|
||||||
offline = true;
|
offline = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user