forked from an/flokati
bug fix
This commit is contained in:
parent
3fcf313799
commit
9ce037f784
|
@ -100,7 +100,7 @@ func (r *Receivers) makeCoffee() {
|
|||
|
||||
func (r *Receivers) addNames(newNames []string) {
|
||||
for _, v := range newNames {
|
||||
r.names[v] = true
|
||||
r.names[strings.ToLower(v)] = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue