From 5eb77dcc5e3cd41816d0a6c9a4f5aa3b23429a6e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 7 Feb 2022 22:42:23 +0100 Subject: [PATCH] Rename properly to powerbot. --- misc/infrastructure/powerbot/.gitignore | 4 ++-- misc/infrastructure/powerbot/go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/infrastructure/powerbot/.gitignore b/misc/infrastructure/powerbot/.gitignore index bf0ea9cd..421a84da 100644 --- a/misc/infrastructure/powerbot/.gitignore +++ b/misc/infrastructure/powerbot/.gitignore @@ -1,4 +1,4 @@ config.json -matrixbot -matrix.bot.log +powerbot +powerbot.log users.sqlite diff --git a/misc/infrastructure/powerbot/go.mod b/misc/infrastructure/powerbot/go.mod index bd6c064d..05fdc19c 100644 --- a/misc/infrastructure/powerbot/go.mod +++ b/misc/infrastructure/powerbot/go.mod @@ -1,4 +1,4 @@ -module github.com/divVerent/matrixbot +module powerbot go 1.15 -- 2.39.2