Skip to content

Commit

Permalink
Merge pull request #13 from commonlispbr/feature/disable-welcome-message
Browse files Browse the repository at this point in the history
Disable welcomeMessage for non-banned join
  • Loading branch information
luksamuk authored Sep 1, 2020
2 parents 24cedd5 + ac33faf commit 2d4d994
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ func main() {
log.Printf("saving kills failed: %v", err)
}
}
} else if fromChatEvent(&update, "commonlispbr") && !member.IsBot {
welcomeMessage(bot, &update, member)
}

// Exit automatically from groups when I'm joining it
Expand Down

0 comments on commit 2d4d994

Please sign in to comment.