From f63bdb988fa191c41864c01f207de294f7eb57b0 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 6 Aug 2024 12:30:18 -0600 Subject: [PATCH] plugins/llama: respond to ollama and llama because I can't remember \o/ --- plugins/llama.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/llama.go b/plugins/llama.go index f272dfa..1326109 100644 --- a/plugins/llama.go +++ b/plugins/llama.go @@ -24,7 +24,7 @@ func (l *Llama) Descr() string { } func (l *Llama) Re() string { - return `(?i)^llama:(.+)$` + return `(?i)^(o)?llama:(.+)$` } func (l *Llama) Match(_, msg string) bool {