From e83b6361c1428f6ab19803f3f689f11ce46e1318 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 24 Aug 2025 01:12:21 -0500 Subject: s/gemini/regex/ --- helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers.go') diff --git a/helpers.go b/helpers.go index 5c8a630..5385944 100644 --- a/helpers.go +++ b/helpers.go @@ -9,7 +9,7 @@ import ( "google.golang.org/protobuf/proto" ) -func (c *Chats) AddGeminiComment(s string) *ChatEntry { +func (c *Chats) AddRegexComment(s string) *ChatEntry { log.Info("FIX") return nil } -- cgit v1.2.3