From e22d01a25e7e643a509bcd170b91352d48961f76 Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@lyda.ie>
Date: Thu, 22 May 2025 09:14:32 +0100
Subject: [PATCH] Remove TODO, add ID

---
 repl/messages.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repl/messages.go b/repl/messages.go
index 70f589a..b3e58b9 100644
--- a/repl/messages.go
+++ b/repl/messages.go
@@ -358,13 +358,13 @@ func ActionChange(cmd *dclish.Command) error {
 			Shutdown:   msg.Shutdown,
 			Subject:    msg.Subject,
 			Message:    msg.Message,
+			ID:         msg.ID,
 		})
 		if err != nil {
 			return err
 		}
 	}
 
-	fmt.Println("TODO: flags parsed, now need to do something.")
 	return nil
 }
 
-- 
GitLab