Unverified Commit e22d01a2 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Remove TODO, add ID

parent a4bec7c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}