mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
functional card/row edit and drag
This commit is contained in:
@@ -179,6 +179,8 @@ public partial class TwitchChatWatcher : Node
|
||||
else if (tcm is Privmsg p)
|
||||
{
|
||||
var com = Settings.Command;
|
||||
if (string.IsNullOrWhiteSpace(com))
|
||||
break;
|
||||
if (!p.ChatMessage.StartsWith(com))
|
||||
continue;
|
||||
var chat = p.ChatMessage;
|
||||
|
||||
Reference in New Issue
Block a user