Disabling .cfi will now have immediate effect, instead of requiring a restart. closes #1791
This commit is contained in:
parent
dc3af0630b
commit
5d4fdea620
@ -89,6 +89,7 @@ namespace NadekoBot.Modules.Permissions
|
||||
}
|
||||
else
|
||||
{
|
||||
_service.InviteFilteringChannels.TryRemove(channel.Id);
|
||||
await ReplyConfirmLocalized("invite_filter_channel_off").ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user