commit d1fc3257d80759720444f4d98e50661cdd628ab1 from: Omar Polo date: Tue Apr 27 13:35:04 2021 UTC connect to correct channel commit - 5ad39add1c84d1a1ad06c0e5d2289016cff8b55d commit + d1fc3257d80759720444f4d98e50661cdd628ab1 blob - 15f232a4b07cca4e59c02cc2e16becfc6d4a22b5 blob + cfbaaa1b770b116387f979953611072772d6759e --- main.go +++ main.go @@ -19,7 +19,7 @@ var ( matrixOutDir = flag.String("matrix-out", "", "matrix out directory") matrixRe = regexp.MustCompile(`https://matrix.org/[^\s]+\.txt`) - channel = "#kikuchiyo" + channel = "#gemini-italia" ) func matrix2gemini(conn *irc.Conn, line *irc.Line) {