plugins/llama: respond to ollama and llama because I can't remember \o/

This commit is contained in:
Aaron Bieber 2024-08-06 12:30:18 -06:00
parent b0832cfb7a
commit f63bdb988f
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ func (l *Llama) Descr() string {
} }
func (l *Llama) Re() string { func (l *Llama) Re() string {
return `(?i)^llama:(.+)$` return `(?i)^(o)?llama:(.+)$`
} }
func (l *Llama) Match(_, msg string) bool { func (l *Llama) Match(_, msg string) bool {