Changed command dictionary to a command tree. Fixed various requests. OBS reconnection added if identified previously.
This commit is contained in:
@@ -19,7 +19,6 @@ namespace TwitchChatTTS.Seven.Socket.Handlers
|
||||
{
|
||||
if (data is not SevenHelloMessage message || message == null)
|
||||
return;
|
||||
|
||||
if (sender is not SevenSocketClient seven || seven == null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user