plugins/llama: o is optional, not a capture
This commit is contained in:
parent
f63bdb988f
commit
ba84599b54
@ -24,7 +24,7 @@ func (l *Llama) Descr() string {
|
||||
}
|
||||
|
||||
func (l *Llama) Re() string {
|
||||
return `(?i)^(o)?llama:(.+)$`
|
||||
return `(?i)^o?llama:(.+)$`
|
||||
}
|
||||
|
||||
func (l *Llama) Match(_, msg string) bool {
|
||||
|
Loading…
Reference in New Issue
Block a user