From c025117f442572d802365933a3909a64a0492c5d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 18 Sep 2022 23:34:38 -0700 Subject: [PATCH] Update last seen on public message --- src/main/kotlin/net/thauvin/erik/mobibot/Mobibot.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/net/thauvin/erik/mobibot/Mobibot.kt b/src/main/kotlin/net/thauvin/erik/mobibot/Mobibot.kt index a8212f2..f19b95a 100644 --- a/src/main/kotlin/net/thauvin/erik/mobibot/Mobibot.kt +++ b/src/main/kotlin/net/thauvin/erik/mobibot/Mobibot.kt @@ -228,6 +228,7 @@ class Mobibot(nickname: String, val channel: String, logsDirPath: String, p: Pro if (logger.isTraceEnabled) logger.trace(">>> $sender: $message") } storeRecap(sender, message, false) + seen.add(sender) } }