Compare commits
2 Commits
6e6f20b097
...
86fc6bc24d
| Author | SHA1 | Date | |
|---|---|---|---|
| 86fc6bc24d | |||
| c4e651ff7f |
2
TTS.cs
2
TTS.cs
@@ -23,7 +23,7 @@ namespace TwitchChatTTS
|
||||
public class TTS : IHostedService
|
||||
{
|
||||
public const int MAJOR_VERSION = 4;
|
||||
public const int MINOR_VERSION = 6;
|
||||
public const int MINOR_VERSION = 7;
|
||||
|
||||
private readonly User _user;
|
||||
private readonly HermesApiClient _hermesApiClient;
|
||||
|
||||
@@ -70,7 +70,6 @@ namespace TwitchChatTTS.Twitch.Socket.Handlers
|
||||
}
|
||||
|
||||
string permission = GetPermissionPath(message.ChannelPointsCustomRewardId, bits);
|
||||
_logger.Information(chatterId + " / " + permission + " / groups: " + string.Join(" | ", groups));
|
||||
if (!HasPermission(chatterId, groups, permission))
|
||||
{
|
||||
_logger.Debug($"Blocked message [chatter: {chatterLogin}][message: {message}]");
|
||||
|
||||
Reference in New Issue
Block a user