Skip to content

Commit

Permalink
remove qarl, add yolandi
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Brown committed Feb 4, 2020
1 parent 230e4ef commit 7f8c08a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions server/forum_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (indexer *ForumIndexer) run() {
log.Info("starting forum indexer")

accounts := []string{
"Chris", "Jonathan", "Erik", "Mark_GGG", "Samantha", "Rory", "Rhys", "Qarl", "Andrew_GGG",
"Chris", "Jonathan", "Erik", "Mark_GGG", "Samantha", "Rory", "Rhys", "Andrew_GGG",
"Damien_GGG", "Joel_GGG", "Ari", "Thomas", "BrianWeissman", "Edwin_GGG", "Support", "Dylan",
"MaxS", "Ammon_GGG", "Jess_GGG", "Robbie_GGG", "GGG_Neon", "Jason_GGG", "Henry_GGG",
"Michael_GGG", "Bex_GGG", "Cagan_GGG", "Daniel_GGG", "Kieren_GGG", "Yeran_GGG", "Gary_GGG",
Expand All @@ -52,7 +52,7 @@ func (indexer *ForumIndexer) run() {
"Fitzy_GGG", "Hartlin_GGG", "Jake_GGG", "Lionel_GGG", "Melissa_GGG", "MikeP_GGG", "Novynn",
"Rachel_GGG", "Rob_GGG", "Roman_GGG", "Sarah_GGG", "SarahB_GGG", "Tom_GGG", "Natalia_GGG",
"Jeff_GGG", "Lu_GGG", "JuliaS_GGG", "Alexander_GGG", "SamC_GGG", "AndrewE_GGG", "Kyle_GGG",
"Stacey_GGG", "Jatin_GGG",
"Stacey_GGG", "Jatin_GGG", "Yolandi_GGG",
}

timezone := (*time.Location)(nil)
Expand Down
10 changes: 5 additions & 5 deletions server/reddit_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ func (indexer *RedditIndexer) run() {
log.Info("starting reddit indexer")

users := []string{
"chris_wilson", "Bex_GGG", "Negitivefrags", "Omnitect", "qarldev", "BrianWeissman_GGG",
"Mark_GGG", "RhysGGG", "Dan_GGG", "Rory_Rackham", "Blake_GGG", "Fitzy_GGG", "Hartlin_GGG",
"Hrishi_GGG", "Baltic_GGG", "KamilOrmanJanowski", "Daniel_GGG", "Jeff_GGG", "NapfelGGG",
"Baltic_GGG", "Novynn", "Felipe_GGG", "Mel_GGG", "Sarah_GGG", "riandrake", "Kieren_GGG",
"Openarl", "Natalia_GGG", "pantherNZ", "Stacey_GGG",
"chris_wilson", "Bex_GGG", "Negitivefrags", "Omnitect", "BrianWeissman_GGG", "Mark_GGG",
"RhysGGG", "Dan_GGG", "Rory_Rackham", "Blake_GGG", "Fitzy_GGG", "Hartlin_GGG", "Hrishi_GGG",
"Baltic_GGG", "KamilOrmanJanowski", "Daniel_GGG", "Jeff_GGG", "NapfelGGG", "Baltic_GGG",
"Novynn", "Felipe_GGG", "Mel_GGG", "Sarah_GGG", "riandrake", "Kieren_GGG", "Openarl",
"Natalia_GGG", "pantherNZ", "Stacey_GGG",
}
next := 0

Expand Down

0 comments on commit 7f8c08a

Please sign in to comment.