Merge branch 'master' of sikk/flokatirc into master

This commit is contained in:
an 2016-03-15 17:36:44 +00:00 committed by Gogs
commit 1dad661ceb
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
}
}