From: Rudolf Polzer Date: Mon, 7 Feb 2022 21:42:23 +0000 (+0100) Subject: Rename properly to powerbot. X-Git-Tag: xonotic-v0.8.5~28 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5eb77dcc5e3cd41816d0a6c9a4f5aa3b23429a6e;p=xonotic%2Fxonotic.git Rename properly to powerbot. --- 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