FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Exclude known bots from earning coins while in chat by wtfblub · Pull Request #179 · DevChatter/DevChatterBot · GitHub

Exclude known bots from earning coins while in chat - #179

Open
wtfblub wants to merge 5 commits into
DevChatter:masterfrom
wtfblub:feature/knownbots
Open

Exclude known bots from earning coins while in chat#179
wtfblub wants to merge 5 commits into
DevChatter:masterfrom
wtfblub:feature/knownbots

Conversation

wtfblub commented May 14, 2018
edited
Loading

Copy link
Copy Markdown
Contributor

This excludes known bots from earning coins while in chat by using the api from https://twitchbots.info/

Closes #154

{
ChatUser GetOrCreateChatUser(string displayName, ChatUser chatUser = null);
bool NeedToWatchUser(string displayName);
bool NeedToWatchUser(string displayName, ChatUser chatUser);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

No need to pass both displayName and chatUser, because the former is on the latter.

wtfblub commented May 16, 2018

Copy link
Copy Markdown
Contributor Author

Removed the unnecessary ChatUser parameter

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL