mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 07:59:45 +02:00
bug fix
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user