Skip to content

Conversation

wtfblub
Copy link
Contributor

@wtfblub wtfblub commented May 14, 2018

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
Member

Choose a reason for hiding this comment

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

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

@wtfblub
Copy link
Contributor Author

wtfblub commented May 16, 2018

Removed the unnecessary ChatUser parameter

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