From 99c4dd3ba2b08856093675f5e8677d5fd1c90c28 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Sat, 27 Jul 2024 12:09:25 +1000 Subject: [PATCH] autoban: Update the ban lists --- modules/autoban.pike | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoban.pike b/modules/autoban.pike index 5cd0f12e..d2fb3359 100644 --- a/modules/autoban.pike +++ b/modules/autoban.pike @@ -4,7 +4,7 @@ inherit hook; //Keyword checks to see if someone's trying to sell us followers. Will be //added to as necessary, and all users of this blacklist will automatically //start noticing the new ones. -constant buyfollows = ({"dogehype dot com", "Go to streamrise", "StreamBoo", "Cheap viewers on", "Best viewers on"}); +constant buyfollows = ({"dogehype dot com", "Go to streamrise", "StreamBoo", "Cheap viewers on", "Best viewers on", "Best Viewers on", "Cheap Viewers on"}); @hook_allmsgs: int message(object channel, mapping person, string msg)