We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When setting the channel rules in the configuration it should replace the default rule that allows all commands in all channels
When setting the channel rules in the configuration it merges with the default rule that allows all commands in all channels
$botParams = @{ BackendConfiguration = @{ Name = 'SlackBackend' Token = 'XXXX' } ChannelRules = @( @{ Channel = 'bottestingfactory' IncludeCommands = @('*') ExcludeCommands = @() } ) } $myBotConfig = New-PoshBotConfiguration @botParams $myBotConfig.ChannelRules
Unable to limit commands in slack channels
The text was updated successfully, but these errors were encountered:
Fixes poshbotio#131
432421c
Thanks @DWOF! Fix merged in.
Sorry, something went wrong.
devblackops
No branches or pull requests
Expected Behavior
When setting the channel rules in the configuration it should replace the default rule that allows all commands in all channels
Current Behavior
When setting the channel rules in the configuration it merges with the default rule that allows all commands in all channels
Steps to Reproduce (for bugs)
Context
Unable to limit commands in slack channels
Your Environment
The text was updated successfully, but these errors were encountered: