removed is_disabled on msg_vaild. Fix

This commit is contained in:
yago
2015-04-12 23:21:37 +02:00
parent dca731c18e
commit d35a3e8770
2 changed files with 4 additions and 6 deletions

View File

@ -31,7 +31,7 @@ local function disable_channel( receiver )
_config.disabled_channels = {}
end
_config.disabled_channels[receiver] = false
_config.disabled_channels[receiver] = true
save_config()
return "Channel disabled"