poshbotio / PoshBot

Powershell-based bot framework
MIT License
537 stars 108 forks source link

Fixes poshbotio/PoshBot#131 #132

Closed DWOF closed 5 years ago

DWOF commented 5 years ago

Added a fix for issue #131

Description

Added a single line that wipes out the default channel rule when adding others

Related Issue

131

Motivation and Context

Able to restrict commands in slack channels

How Has This Been Tested?

Confirmed that when adding rules the created configuration did not include the default channel rule. Added rules and tested in own slack workspace.

Types of changes

Checklist:

devblackops commented 5 years ago

Good catch @DWOF. Thanks!