From d6a85ef4af145ea1aecd48ff6967707e4501be86 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 13 Jun 2020 03:27:50 -0700 Subject: [PATCH] Cleaned up msg. --- .idea/mobibot.iml | 2 +- .idea/modules/mobibot.main.iml | 10 ++-- .idea/modules/mobibot.test.iml | 10 ++-- .../net/thauvin/erik/mobibot/ReleaseInfo.java | 8 ++-- .../net/thauvin/erik/mobibot/Mobibot.java | 2 +- .../thauvin/erik/mobibot/modules/Joke.java | 2 +- .../thauvin/erik/mobibot/modules/Twitter.java | 2 +- .../erik/mobibot/modules/WorldTime.java | 6 +-- .../thauvin/erik/mobibot/msg/ErrorMessage.kt | 28 ++--------- .../net/thauvin/erik/mobibot/msg/Message.kt | 48 ++++++------------- .../thauvin/erik/mobibot/msg/NoticeMessage.kt | 24 ++-------- .../erik/mobibot/msg/PrivateMessage.kt | 22 ++------- .../thauvin/erik/mobibot/msg/PublicMessage.kt | 22 ++------- .../modules/CurrencyConverterTest.java | 6 +-- .../mobibot/modules/GoogleSearchTest.java | 4 +- .../erik/mobibot/modules/JokeTest.java | 4 +- .../erik/mobibot/modules/StockQuoteTest.java | 2 +- .../erik/mobibot/modules/TwitterTest.java | 2 +- .../erik/mobibot/modules/Weather2Test.java | 8 ++-- .../erik/mobibot/modules/WordTimeTest.java | 4 +- version.properties | 6 +-- 21 files changed, 68 insertions(+), 154 deletions(-) diff --git a/.idea/mobibot.iml b/.idea/mobibot.iml index d08914c..65c3f72 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 a48ef5b..e420b4e 100644 --- a/.idea/modules/mobibot.main.iml +++ b/.idea/modules/mobibot.main.iml @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@