"))
properties[AUTO_POST_PROP] = "false"
initProperties(CONSUMER_KEY_PROP, CONSUMER_SECRET_PROP, HANDLE_PROP, TOKEN_PROP, TOKEN_SECRET_PROP)
}
diff --git a/src/test/kotlin/net/thauvin/erik/mobibot/modules/LookupTest.kt b/src/test/kotlin/net/thauvin/erik/mobibot/modules/LookupTest.kt
index 734bcb3..5ab97d7 100644
--- a/src/test/kotlin/net/thauvin/erik/mobibot/modules/LookupTest.kt
+++ b/src/test/kotlin/net/thauvin/erik/mobibot/modules/LookupTest.kt
@@ -48,8 +48,8 @@ class LookupTest {
var result = nslookup("apple.com")
assertThat(result, "lookup(apple.com)").contains("17.253.144.10")
- result = nslookup("204.122.17.9")
- assertThat(result, "lookup(204.122.17.9)").contains("nix3.thauvin.us")
+ result = nslookup("204.122.16.136")
+ assertThat(result, "lookup(204.122.16.136)").contains("nix3.thauvin.us")
}
@Test(groups = ["modules"])
diff --git a/version.properties b/version.properties
index 2090357..593b23f 100644
--- a/version.properties
+++ b/version.properties
@@ -1,9 +1,9 @@
#Generated by the Semver Plugin for Gradle
-#Tue Dec 13 01:22:17 PST 2022
-version.buildmeta=876
+#Wed Jan 04 02:59:39 PST 2023
+version.buildmeta=939
version.major=0
version.minor=8
version.patch=0
version.prerelease=rc
version.project=mobibot
-version.semver=0.8.0-rc+876
+version.semver=0.8.0-rc+939
diff --git a/website/index.html b/website/index.html
index 721e840..2d134f2 100644
--- a/website/index.html
+++ b/website/index.html
@@ -48,6 +48,7 @@
PircBotX
Rome
Twitter4J
+ UrlEncoder
mobibot was written by
Erik C. Thauvin as a replacement for the channel's
@@ -122,7 +123,10 @@
mobibot: paper
mobibot: rock
- Posting to Twitter and Mastodon
+ Posting to Twitter and Mastodon
+ mobibot: tweet hello twitter
+ mobibot: toot hello mastodon
+
Some of the internal features include RSS feed backlogs, rolling logs, debugging toggle and much more.