dblock / slack-gamebot

Ping pong, chess, pool and other games bot for Slack.
MIT License
129 stars 103 forks source link

unregister incorrectly requires a premium account for self #148

Closed gricey432 closed 6 years ago

gricey432 commented 7 years ago

In the help message, it says unregister is a command you can use on yourself without premium https://github.com/dblock/slack-gamebot/blob/master/slack-gamebot/commands/help.rb#L13

Further down it says unregister <player> is a premium feature https://github.com/dblock/slack-gamebot/blob/master/slack-gamebot/commands/help.rb#L44

However in the command itself, all unregister commands are premium, giving me no way to ever opt out of the bot. https://github.com/dblock/slack-gamebot/blob/master/slack-gamebot/commands/unregister.rb

dblock commented 7 years ago

You're right, the doc is incorrect. I would take a pull request that either fixes the doc or changes the behavior in the code though. Then again if you PR that I would give you a free premium subscription, so I think you want to fix the doc ;)

dblock commented 6 years ago

This is now moot, the bot is now a 2 week trial and all premium features are enabled by default.