Archived
1

/best for low-levels shows all pokememes of next grade

This commit is contained in:
2017-11-29 19:59:51 +04:00
parent 099898d991
commit da8fe3f3e8
2 changed files with 15 additions and 7 deletions

View File

@@ -477,12 +477,12 @@ func (s *Squader) ProcessMessage(update *tgbotapi.Update, chatRaw *dbmapping.Cha
}
if !isChatValid {
switch newUsers[i].UserName {
switch strings.ToLower(newUsers[i].UserName) {
case "gantz_yaka":
messageProcessed = true
case "@agentpb":
case "agentpb":
messageProcessed = true
case "@pbhelp":
case "pbhelp":
messageProcessed = true
default:
s.kickUserFromSquadChat(&newUsers[i], chatRaw)