This commit is contained in:
Daniel Aberger 2016-03-15 18:32:45 +01:00
parent 3fcf313799
commit 9ce037f784
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}