mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 01:40:24 +00:00
Fixed local-mode issue with encoded channel-names
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user