plugins/llama: respond to ollama and llama because I can't remember \o/
This commit is contained in:
parent
b0832cfb7a
commit
f63bdb988f
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user