diff --git a/matrix.go b/matrix.go index e3ec386..9348d2a 100644 --- a/matrix.go +++ b/matrix.go @@ -34,6 +34,7 @@ var MatrixOut []MatrixMessage // sendMessage sends a message through Matrix func sendMessage(msg MatrixMessage) { + log.Print(msg.text) MatrixOut = append(MatrixOut, msg) }