summaryrefslogtreecommitdiff
path: root/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.go')
-rw-r--r--helpers.go2
1 files changed, 1 insertions, 1 deletions
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
}