Skip to content

Commit

Permalink
autoban: Add to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Oct 25, 2023
1 parent 32451c9 commit 5dcaa53
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 @@ -5,7 +5,7 @@ inherit hook;
//added to as necessary, and all users of this blacklist will automatically
//start noticing the new ones.
constant buyfollows = ({"addviewers.com", "bigfollows . com", "bigfollows .com", "bigfollows*com", "bigfollow s . com",
"vk.cc/c7aT0b", "bigfollows-com", "u.to/jazMGw", "clck.ru/ZEWvg", "vk.cc/c8R4EY", "dogehype dot com"});
"vk.cc/c7aT0b", "bigfollows-com", "u.to/jazMGw", "clck.ru/ZEWvg", "vk.cc/c8R4EY", "dogehype dot com", "Go to streamrise ru"});

@hook_allmsgs:
int message(object channel, mapping person, string msg)
Expand Down

0 comments on commit 5dcaa53

Please sign in to comment.