Generalized the ChatMessageReader to make it work with ChannelResubscrition. Added connections refresh command.
This commit is contained in:
@ -13,7 +13,7 @@ namespace TwitchChatTTS.Chat.Commands.Parameters
|
||||
_value = value.ToLower();
|
||||
}
|
||||
|
||||
public override bool Validate(string value, ChannelChatMessage message)
|
||||
public override bool Validate(string value, TwitchChatFragment[] fragments)
|
||||
{
|
||||
return _value == value.ToLower();
|
||||
}
|
||||
|
Reference in New Issue
Block a user