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