RamblingCookieMonster / PSSlack

PowerShell module for simple Slack integration
http://ramblingcookiemonster.github.io/PSSlack/
MIT License
274 stars 74 forks source link

Get-SlackUser -ExcludeBots doesn't work? #102

Open lia-cha-avalara opened 4 years ago

lia-cha-avalara commented 4 years ago

when i run the get-slackuser function with the -excludebots switch it still returns bot users. Looking at the code, there is a switch parameter but no where in the code is there any logic that deals excluding bot users. Am i missing something?