From aea73acce5ee47a8db4d17f974f13f6b37a5947d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 21 Jul 2020 17:57:58 -0700 Subject: [PATCH] Reworked info command. --- .idea/mobibot.iml | 2 +- .idea/modules/mobibot.main.iml | 10 +- .idea/modules/mobibot.test.iml | 16 +-- mobibot.mustache | 9 +- .../net/thauvin/erik/mobibot/ReleaseInfo.java | 11 +- .../net/thauvin/erik/mobibot/Mobibot.java | 21 +--- .../thauvin/erik/mobibot/commands/Info.java | 115 ++++++++++++++++++ .../net/thauvin/erik/mobibot/commands/Info.kt | 86 ------------- version.mustache | 9 +- 9 files changed, 157 insertions(+), 122 deletions(-) create mode 100644 src/main/java/net/thauvin/erik/mobibot/commands/Info.java delete mode 100644 src/main/java/net/thauvin/erik/mobibot/commands/Info.kt diff --git a/.idea/mobibot.iml b/.idea/mobibot.iml index d9eb8b4..ace356b 100644 --- a/.idea/mobibot.iml +++ b/.idea/mobibot.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/mobibot.main.iml b/.idea/modules/mobibot.main.iml index d3ec72e..ec0fc30 100644 --- a/.idea/modules/mobibot.main.iml +++ b/.idea/modules/mobibot.main.iml @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@