aboutsummaryrefslogtreecommitdiff
path: root/keep.go
diff options
context:
space:
mode:
Diffstat (limited to 'keep.go')
-rw-r--r--keep.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/keep.go b/keep.go
index 52c245a..46361b5 100644
--- a/keep.go
+++ b/keep.go
@@ -169,8 +169,8 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
continue
}
- // Ensure host is not present in blacklisted set
- if isBlacklisted(u.Host) {
+ // Ensure host is not present in ignoreList set
+ if isIgnored(u.Host) {
continue
}