Skip to content

Commit

Permalink
autoban: Update the ban lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jul 27, 2024
1 parent 73e39d3 commit 99c4dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/autoban.pike
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 99c4dd3

Please sign in to comment.