default to @omorud if egroups wont load
This commit is contained in:
@@ -54,6 +54,7 @@ func getCoffeeDrinkers(logger *log.Logger) []string {
|
||||
|
||||
if err != nil {
|
||||
logger.Println("Could not get egroup members:", err)
|
||||
return []string{"@omorud"}
|
||||
}
|
||||
|
||||
drinkers := make([]string, 0)
|
||||
|
||||
Reference in New Issue
Block a user