summaryrefslogtreecommitdiff
path: root/autoban.sh
blob: d234f250fe446f8cdfe6c3d1235071d5a6a51aa2 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

comm -13 <(sort user-whitelist.txt) <(
	< show-edit-counts.txt \
	grep -v 'blockreason:' |
	grep -v 'total_editcount: 0\b' |
	grep 'existing_editcount: 0\b' |
	cut -d $'\t' -f1 | cut -d ' ' -f2- |
	sort) |
./block-users.rb "Spammer (Autodetected: has made edits, but only to deleted pages)"