Keine "Channel deaktiviert" Meldung, da sonst zu nervig

This commit is contained in:
Andreas Bielawski 2016-08-28 18:18:16 +02:00
parent 3441780708
commit 0804d44bb8
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ function bot:on_msg_receive(msg, config) -- The fn run whenever a message is rec
if is_channel_disabled(msg)then
if not is_sudo(msg, config) or msg.text ~= "/channel enable" then
print('Channel wurde deaktiviert')
return
end
end