Disabling .cfi will now have immediate effect, instead of requiring a restart. closes #1791

This commit is contained in:
Master Kwoth 2017-11-15 20:12:14 +01:00
parent dc3af0630b
commit 5d4fdea620

View File

@ -89,6 +89,7 @@ namespace NadekoBot.Modules.Permissions
} }
else else
{ {
_service.InviteFilteringChannels.TryRemove(channel.Id);
await ReplyConfirmLocalized("invite_filter_channel_off").ConfigureAwait(false); await ReplyConfirmLocalized("invite_filter_channel_off").ConfigureAwait(false);
} }
} }