diff options
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -90,11 +90,6 @@ type Removed struct { Board string } -type PostBlacklist struct { - Id int - Regex string -} - func mod(i, j int) bool { return i%j == 0 } |